Skip to content

Commit ae0ba57

Browse files
chore(deps): update chalice requirement from <2,>=1.28 to >=1.32.0,<2 (#1492)
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>
1 parent 6b15876 commit ae0ba57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# used only under slack_bolt/adapter
44
boto3<=2
55
bottle>=0.12,<1
6-
chalice>=1.28,<2;
6+
chalice>=1.28,<1.31; python_version<"3.9"
7+
chalice>=1.32.0,<2; python_version>="3.9"
78
cheroot<12
89
CherryPy>=18,<19
910
Django>=3,<6

0 commit comments

Comments
 (0)