From 5d561a24974a735d761b43bbd365512d6b5565d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:25:25 +0000 Subject: [PATCH 1/3] chore(deps): update chalice requirement from <2,>=1.28 to >=1.32.0,<2 Updates the requirements on [chalice](https://github.com/aws/chalice) to permit the latest version. - [Changelog](https://github.com/aws/chalice/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/chalice/compare/1.28.0...1.32.0) --- updated-dependencies: - dependency-name: chalice dependency-version: 1.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index baa8c1746..9ae3f10a7 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -3,7 +3,7 @@ # used only under slack_bolt/adapter boto3<=2 bottle>=0.12,<1 -chalice>=1.28,<2; +chalice>=1.32.0,<2; cheroot<12 CherryPy>=18,<19 Django>=3,<6 From d0380ee97e88598881430e0ef8f0da6b360cb3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:40:26 +0000 Subject: [PATCH 2/3] chore(deps): update chalice requirement from <2,>=1.28 to >=1.32.0,<2 Updates the requirements on [chalice](https://github.com/aws/chalice) to permit the latest version. - [Changelog](https://github.com/aws/chalice/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/chalice/compare/1.28.0...1.32.0) --- updated-dependencies: - dependency-name: chalice dependency-version: 1.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index 82eea9ef9..308c05892 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -3,7 +3,7 @@ # used only under slack_bolt/adapter boto3<=2 bottle>=0.12,<1 -chalice>=1.28,<2; +chalice>=1.32.0,<2; cheroot<12 CherryPy>=18,<19 Django>=3,<6 From 6ac5cbb07fbfcf665226149bb0a18e7531407d4a Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 5 May 2026 10:50:04 -0400 Subject: [PATCH 3/3] Update adapter.txt --- requirements/adapter.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/adapter.txt b/requirements/adapter.txt index 308c05892..2564aae79 100644 --- a/requirements/adapter.txt +++ b/requirements/adapter.txt @@ -3,7 +3,8 @@ # used only under slack_bolt/adapter boto3<=2 bottle>=0.12,<1 -chalice>=1.32.0,<2; +chalice>=1.28,<1.31; python_version<"3.9" +chalice>=1.32.0,<2; python_version>="3.9" cheroot<12 CherryPy>=18,<19 Django>=3,<6