From df313cdd6f37ef1774a0debd2149d72e6aa9bd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:51:05 +0000 Subject: [PATCH] build(deps): bump slack-bolt from 1.27.0 to 1.28.0 Bumps [slack-bolt](https://github.com/slackapi/bolt-python) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/slackapi/bolt-python/releases) - [Commits](https://github.com/slackapi/bolt-python/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: slack-bolt dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c575869..c676e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Slack app using Bolt Python for search functionality" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "slack-bolt==1.27.0", + "slack-bolt==1.28.0", "pytest==9.0.3", "ruff==0.15.8", "slack-cli-hooks<1", diff --git a/requirements.txt b/requirements.txt index 5adf527..9af0cb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -slack-bolt==1.27.0 +slack-bolt==1.28.0 pytest==9.0.3 ruff==0.15.8 slack-cli-hooks<1 \ No newline at end of file