diff --git a/poetry.lock b/poetry.lock index 79e1474c6d..54dbfefee7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4044,17 +4044,17 @@ files = [ [[package]] name = "slack-sdk" -version = "3.31.0" +version = "3.32.0" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6" files = [ - {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"}, + {file = "slack_sdk-3.32.0-py2.py3-none-any.whl", hash = "sha256:f35e85f2847e6c25cf7c2d1df206ca0ad75556263fb592457bf03cca68ef64bb"}, + {file = "slack_sdk-3.32.0.tar.gz", hash = "sha256:af8fc4ef1d1cbcecd28d01acf6955a3bb5b13d56f0a43a1b1c7e3b212cc5ec5b"}, ] [package.extras] -optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=9.1,<13)"] +optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=9.1,<14)"] [[package]] name = "smmap" @@ -4568,4 +4568,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "869febda07aa912d501f62ce3d32f4ff13125991f5336f5b92d2d3415262b7d1" +content-hash = "940a28d41da8b24e930a40e37d2afae5d066a3f3c2af7baa02ec362450c97f26" diff --git a/pyproject.toml b/pyproject.toml index 496d14ed1d..daa8e59493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requests = "2.32.3" schema = "0.7.7" setuptools = "74.1.2" shodan = "1.31.0" -slack-sdk = "3.31.0" +slack-sdk = "3.32.0" tabulate = "0.9.0" tzlocal = "5.2"