From f1283cd3156bc40242719773dffa68d8f1195c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:39:33 +0000 Subject: [PATCH] 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 c19c7713b..c55ef5f94 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