From 402e31a1a5675968b04f5f8b2dc10ffea930d48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:59:20 +0000 Subject: [PATCH] Update slack-sdk requirement from ~=3.33.0 to ~=3.34.0 in /app Updates the requirements on [slack-sdk](https://github.com/slackapi/python-slack-sdk) to permit the latest version. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.33.0...v3.34.0) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 2809f0a3..54504e8d 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "requests>=2.32.3", "scipy>=1.14.1", "sentry-sdk~=2.19.0", - "slack-sdk~=3.33.0", + "slack-sdk~=3.34.0", "uwsgi~=2.0.26", "vcrpy~=6.0", "whitenoise~=6.7",