diff --git a/poetry.lock b/poetry.lock index 49d22153a2..1eb14be371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4430,13 +4430,13 @@ files = [ [[package]] name = "slack-sdk" -version = "3.32.0" +version = "3.33.0" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6" files = [ - {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"}, + {file = "slack_sdk-3.33.0-py2.py3-none-any.whl", hash = "sha256:853bb55154115d080cae342c4099f2ccb559a78ae8d0f5109b49842401a920fa"}, + {file = "slack_sdk-3.33.0.tar.gz", hash = "sha256:070eb1fb355c149a5f80fa0be6eeb5f5588e4ddff4dd76acf060454435cb037e"}, ] [package.extras] @@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a5166c7a901b175444292f6fe371d22f81220f6848f051c798a1ca3142fd1c5c" +content-hash = "05c26fe93c1f4371d45a93d8813c66d061798da98ed45c54e20a08728e6b5b26" diff --git a/pyproject.toml b/pyproject.toml index efab3ef401..e68cb183d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0" pytz = "2024.2" schema = "0.7.7" shodan = "1.31.0" -slack-sdk = "3.32.0" +slack-sdk = "3.33.0" tabulate = "0.9.0" tzlocal = "5.2"