From 4bae3d2600ef289d628d4998e62dffcbc766a8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:51:31 +0200 Subject: [PATCH] chore(deps): bump slack-sdk from 3.29.0 to 3.30.0 (#4294) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f8dd35ee1..0210ac110a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4362,13 +4362,13 @@ files = [ [[package]] name = "slack-sdk" -version = "3.29.0" +version = "3.30.0" description = "The Slack API Platform SDK for Python" optional = false python-versions = ">=3.6" files = [ - {file = "slack_sdk-3.29.0-py2.py3-none-any.whl", hash = "sha256:1857300b9bdd5cd43eb527a0dd8c6415aa0623cd76e153bf167e93968efd5121"}, - {file = "slack_sdk-3.29.0.tar.gz", hash = "sha256:a6ad02fd23a7c70ded7e48e0fe317e269820e64e55069699cc75d64fb2ebf5a1"}, + {file = "slack_sdk-3.30.0-py2.py3-none-any.whl", hash = "sha256:42d1c95f7159887ddb4841d461fbe7ab0c48e4968f3cd44eaaa792cf109f4425"}, + {file = "slack_sdk-3.30.0.tar.gz", hash = "sha256:001a4013698d3f244645add49c80adf8addc3a6bf633193848f7cbae3d387e0b"}, ] [package.extras] @@ -4899,4 +4899,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a436ec8e8222116da8b140716439c255a52d27dba6ec616dc7f1a720b4bb40db" +content-hash = "6355a25eaef73ef441b64c45881e8e3c3164d641b6766c149f58d49bb3e35b4c" diff --git a/pyproject.toml b/pyproject.toml index d0cbd8c082..13cd398566 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.29.0" +slack-sdk = "3.30.0" tabulate = "0.9.0" tzlocal = "5.2"