diff --git a/poetry.lock b/poetry.lock index 93af2e55..e004aaec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2606,13 +2606,13 @@ files = [ [[package]] name = "slack-sdk" -version = "3.22.0" +version = "3.23.0" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6.0" files = [ - {file = "slack_sdk-3.22.0-py2.py3-none-any.whl", hash = "sha256:f102a4902115dff3b97c3e8883ad4e22d54732221886fc5ef29bfc290f063b4a"}, - {file = "slack_sdk-3.22.0.tar.gz", hash = "sha256:6eacce0fa4f8cfb4d84eac0d7d7e1b1926040a2df654ae86b94179bdf2bc4d8c"}, + {file = "slack_sdk-3.23.0-py2.py3-none-any.whl", hash = "sha256:2a8513505cced20ceee22b5b49c11d9545caa6234b56bf0ad47133ea5b357d10"}, + {file = "slack_sdk-3.23.0.tar.gz", hash = "sha256:9d6ebc4ff74e7983e1b27dbdb0f2bb6fc3c2a2451694686eaa2be23bbb085a73"}, ] [package.extras] @@ -2886,4 +2886,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8a910c737e52b1e48e377fe36f0f84cef688105e036cc3079c9a97e58a3ce830" +content-hash = "3f86f430bd0ffa0acd3a27d47ecb0823170cf97582926e7cc85c8e24bd7ff176" diff --git a/pyproject.toml b/pyproject.toml index bb23624c..5452f88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pydantic = "1.10.13" python = "^3.9" schema = "0.7.5" shodan = "1.30.0" -slack-sdk = "3.22.0" +slack-sdk = "3.23.0" tabulate = "0.9.0" [tool.poetry.extras]