From 6fce5039af5211a99f97f44fc08c24ec986572ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:00:25 +0000 Subject: [PATCH] chore(deps): bump slack-sdk from 3.33.2 to 3.33.3 Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.33.2 to 3.33.3. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.33.2...v3.33.3) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f163bd..c3a7696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ hubspot = [ ] notes = [ "beautifulsoup4==4.12.3", - "slack_sdk==3.33.2" + "slack_sdk==3.33.3" ] qr_codes = [ "pypng==0.20220715.0",