From 861b6f895f32e4a780be8dc9becfef912ca5515d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:49:13 -0300 Subject: [PATCH] Update slack-bolt requirement from 1.20.1 to 1.21.2 (#42) Updates the requirements on [slack-bolt](https://github.com/slackapi/bolt-python) to permit the latest version. - [Release notes](https://github.com/slackapi/bolt-python/releases) - [Commits](https://github.com/slackapi/bolt-python/compare/v1.20.1...v1.21.2) --- updated-dependencies: - dependency-name: slack-bolt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7e5253..a7327fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" -slack-bolt = "1.20.1" +slack-bolt = "1.21.2" aiohttp = "3.10.10" [tool.poetry.dev-dependencies]