From 3fbff0b735a08c43d67a544ef7af87030ce86a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:07:16 +0000 Subject: [PATCH] Update slack-bolt requirement from 1.23.0 to 1.25.0 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.23.0...v1.25.0) --- updated-dependencies: - dependency-name: slack-bolt dependency-version: 1.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a154623..8ad8699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -slack-bolt = "1.23.0" +slack-bolt = "1.25.0" aiohttp = "3.12.13" [tool.poetry.group.dev.dependencies]