From 5154cec7d224833dd9fa3a9db5c438dd0e8dee6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:44:57 +0100 Subject: [PATCH] build(deps): bump slack-sdk from 3.26.1 to 3.26.2 (#3280) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++--------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51779761..71d9311d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2921,19 +2921,15 @@ files = [ [[package]] name = "slack-sdk" -version = "3.26.1" +version = "3.26.2" description = "The Slack API Platform SDK for Python" optional = false -python-versions = ">=3.6.0" +python-versions = ">=3.6" files = [ - {file = "slack_sdk-3.26.1-py2.py3-none-any.whl", hash = "sha256:f80f0d15f0fce539b470447d2a07b03ecdad6b24f69c1edd05d464cf21253a06"}, - {file = "slack_sdk-3.26.1.tar.gz", hash = "sha256:d1600211eaa37c71a5f92daf4404074c3e6b3f5359a37c93c818b39d88ab4ca0"}, + {file = "slack_sdk-3.26.2-py2.py3-none-any.whl", hash = "sha256:a10e8ee69ca17d274989d0c2bbecb875f19898da3052d8d57de0898a00b1ab52"}, + {file = "slack_sdk-3.26.2.tar.gz", hash = "sha256:bcdac5e688fa50e9357ecd00b803b6a8bad766aa614d35d8dc0636f40adc48bf"}, ] -[package.extras] -optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=10,<11)"] -testing = ["Flask (>=1,<2)", "Flask-Sockets (>=0.2,<1)", "Jinja2 (==3.0.3)", "Werkzeug (<2)", "black (==22.8.0)", "boto3 (<=2)", "click (==8.0.4)", "flake8 (>=5.0.4,<7)", "itsdangerous (==1.1.0)", "moto (>=3,<4)", "psutil (>=5,<6)", "pytest (>=7.0.1,<8)", "pytest-asyncio (<1)", "pytest-cov (>=2,<3)"] - [[package]] name = "smmap" version = "5.0.0" @@ -3296,4 +3292,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "ded23fafe3c73eaaec15eaaf040af7640ffce1d0c33473c9997af4a7c6118d81" +content-hash = "f2e90bd416b8d81485e978ea28dbd1242e91a038cc66f6cf745916b8037ac5db" diff --git a/pyproject.toml b/pyproject.toml index 35f2b473..c4168777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pydantic = "1.10.13" python = ">=3.9,<3.12" schema = "0.7.5" shodan = "1.31.0" -slack-sdk = "3.26.1" +slack-sdk = "3.26.2" tabulate = "0.9.0" [tool.poetry.extras]