Skip to content

Commit f1bee4d

Browse files
Merge branch 'main' into dependabot/pip/pytest-cov-gte-7.1.0-and-lt-8
2 parents e17b0fc + 757283e commit f1bee4d

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)