diff --git a/poetry.lock b/poetry.lock index effbee2c58..1cc195f25c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4352,17 +4352,17 @@ files = [ [[package]] name = "slack-sdk" -version = "3.27.1" +version = "3.27.2" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6" files = [ - {file = "slack_sdk-3.27.1-py2.py3-none-any.whl", hash = "sha256:c108e509160cf1324c5c8b1f47ca52fb5e287021b8caf9f4ec78ad737ab7b1d9"}, - {file = "slack_sdk-3.27.1.tar.gz", hash = "sha256:85d86b34d807c26c8bb33c1569ec0985876f06ae4a2692afba765b7a5490d28c"}, + {file = "slack_sdk-3.27.2-py2.py3-none-any.whl", hash = "sha256:af97158e6ac7f667e158e8036e63dc1f79db9bd36216a33c10fcc49be7c2f30c"}, + {file = "slack_sdk-3.27.2.tar.gz", hash = "sha256:bb145bf2bd93b60a17cd55c05cb15868c9a07d845b6fb608c798b50bce21cb99"}, ] [package.extras] -optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=10,<11)", "websockets (>=9.1,<10)"] +optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=9.1,<13)"] [[package]] name = "smmap" @@ -4906,4 +4906,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "00b69cac4929d19973c6b67703d998f99fd2eb5ca6dbbd21419df714442cda60" +content-hash = "a10f8b863fb796c45c27ff58763b0d4f2f3c30564d80b70dc27d8ec17e005ba7" diff --git a/pyproject.toml b/pyproject.toml index 56a8aac28c..be9207cecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ python = ">=3.9,<3.13" pytz = "2024.1" schema = "0.7.7" shodan = "1.31.0" -slack-sdk = "3.27.1" +slack-sdk = "3.27.2" tabulate = "0.9.0" tzlocal = "5.2"