From 6c4ab747e327db323fc8023293429d43ed5074c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:13:09 +0000 Subject: [PATCH] chore(deps-dev): update chalice requirement 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.32.0...1.33.0) --- updated-dependencies: - dependency-name: chalice dependency-version: 1.33.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/adapter_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/adapter_dev.txt b/requirements/adapter_dev.txt index 959ee8823..4b8916d32 100644 --- a/requirements/adapter_dev.txt +++ b/requirements/adapter_dev.txt @@ -10,7 +10,7 @@ bottle>=0.12,<1 # chalice chalice>=1.28,<1.31; python_version < "3.9" -chalice>=1.32.0,<2; python_version >= "3.9" +chalice>=1.33.0,<2; python_version >= "3.9" # cheroot cheroot<12