diff --git a/poetry.lock b/poetry.lock index d8d3c74e19a..f07584c2356 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3984,13 +3984,13 @@ files = [ [[package]] name = "slack-sdk" -version = "3.30.0" +version = "3.31.0" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6" files = [ - {file = "slack_sdk-3.30.0-py2.py3-none-any.whl", hash = "sha256:42d1c95f7159887ddb4841d461fbe7ab0c48e4968f3cd44eaaa792cf109f4425"}, - {file = "slack_sdk-3.30.0.tar.gz", hash = "sha256:001a4013698d3f244645add49c80adf8addc3a6bf633193848f7cbae3d387e0b"}, + {file = "slack_sdk-3.31.0-py2.py3-none-any.whl", hash = "sha256:a120cc461e8ebb7d9175f171dbe0ded37a6878d9f7b96b28e4bad1227399047b"}, + {file = "slack_sdk-3.31.0.tar.gz", hash = "sha256:740d2f9c49cbfcbd46fca56b4be9d527934c225312aac18fd2c0fca0ef6bc935"}, ] [package.extras] @@ -4508,4 +4508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3125c61fd9b63604bd4c28492f59713fdea66bac61e283ffbbf715010de6c331" +content-hash = "624ef2a9456a125fd2442794488d7e04e111aaa962fd91d2ead87557e28417d8" diff --git a/pyproject.toml b/pyproject.toml index 3ff97ca0b12..41dae1782f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytz = "2024.1" requests = "2.32.3" schema = "0.7.7" shodan = "1.31.0" -slack-sdk = "3.30.0" +slack-sdk = "3.31.0" tabulate = "0.9.0" tzlocal = "5.2"