Skip to content

Commit 757283e

Browse files
chore(deps): update django requirement from <6,>=3 to >=4.2.30,<6 (#1505)
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 87d0897 commit 757283e

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
@@ -7,7 +7,8 @@ chalice>=1.28,<1.31; python_version<"3.9"
77
chalice>=1.32.0,<2; python_version>="3.9"
88
cheroot<12
99
CherryPy>=18,<19
10-
Django>=3,<6
10+
Django>=3.2,<4; python_version<"3.8"
11+
Django>=4.2.30,<6; python_version>="3.8"
1112
falcon>=2,<4; python_version<"3.9"
1213
falcon>=4.2.0,<5; python_version>="3.9"
1314
fastapi>=0.70.0,<1

0 commit comments

Comments
 (0)