Skip to content

Commit 2572efb

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps-dev): update chalice requirement from <2,>=1.32.0 to >=1.33.0,<2 (#1558)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent 59ec044 commit 2572efb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ bottle>=0.13.4,<1
1010

1111
# chalice
1212
chalice>=1.28,<1.31; python_version < "3.9"
13-
chalice>=1.32.0,<2; python_version >= "3.9"
13+
chalice>=1.32.0,<1.33; python_version >= "3.9" and python_version < "3.10"
14+
chalice>=1.33.0,<2; python_version >= "3.10"
1415

1516
# cheroot
1617
cheroot<12

0 commit comments

Comments
 (0)