build(deps): bump slack-sdk from 3.21.3 to 3.22.0 (#2832)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-13 13:01:55 +02:00
committed by GitHub
parent a536a785de
commit 126ff8cf0d
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -2787,18 +2787,18 @@ files = [
[[package]] [[package]]
name = "slack-sdk" name = "slack-sdk"
version = "3.21.3" version = "3.22.0"
description = "The Slack API Platform SDK for Python" description = "The Slack API Platform SDK for Python"
optional = false optional = false
python-versions = ">=3.6.0" python-versions = ">=3.6.0"
files = [ files = [
{file = "slack_sdk-3.21.3-py2.py3-none-any.whl", hash = "sha256:de3c07b92479940b61cd68c566f49fbc9974c8f38f661d26244078f3903bb9cc"}, {file = "slack_sdk-3.22.0-py2.py3-none-any.whl", hash = "sha256:f102a4902115dff3b97c3e8883ad4e22d54732221886fc5ef29bfc290f063b4a"},
{file = "slack_sdk-3.21.3.tar.gz", hash = "sha256:20829bdc1a423ec93dac903470975ebf3bc76fd3fd91a4dadc0eeffc940ecb0c"}, {file = "slack_sdk-3.22.0.tar.gz", hash = "sha256:6eacce0fa4f8cfb4d84eac0d7d7e1b1926040a2df654ae86b94179bdf2bc4d8c"},
] ]
[package.extras] [package.extras]
optional = ["SQLAlchemy (>=1.4,<3)", "aiodns (>1.0)", "aiohttp (>=3.7.3,<4)", "boto3 (<=2)", "websocket-client (>=1,<2)", "websockets (>=10,<11)"] 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)", "databases (>=0.5)", "flake8 (>=5,<6)", "itsdangerous (==1.1.0)", "moto (>=3,<4)", "psutil (>=5,<6)", "pytest (>=6.2.5,<7)", "pytest-asyncio (<1)", "pytest-cov (>=2,<3)"] 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,<6)", "itsdangerous (==1.1.0)", "moto (>=3,<4)", "psutil (>=5,<6)", "pytest (>=6.2.5,<7)", "pytest-asyncio (<1)", "pytest-cov (>=2,<3)"]
[[package]] [[package]]
name = "smmap" name = "smmap"
@@ -3162,4 +3162,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "90e18821a84bc55138b2ed4139b23198d17f73356af7a1ae6416f772a125f36c" content-hash = "7a1b75e7ee921a1b7a1647245e8e44edcddbfeeddcd26dbfeb0b93cf8e1d7c94"

View File

@@ -47,7 +47,7 @@ pydantic = "1.10.12"
python = "^3.9" python = "^3.9"
schema = "0.7.5" schema = "0.7.5"
shodan = "1.30.0" shodan = "1.30.0"
slack-sdk = "3.21.3" slack-sdk = "3.22.0"
tabulate = "0.9.0" tabulate = "0.9.0"
[tool.poetry.extras] [tool.poetry.extras]