Skip to content

Commit 68e6395

Browse files
chore(deps): update django requirement from <6,>=3 to >=4.2.30,<6
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@3.0...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a51cefd commit 68e6395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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>=4.2.30,<6
1111
falcon>=2,<4; python_version<"3.9"
1212
falcon>=4.2.0,<5; python_version>="3.9"
1313
fastapi>=0.70.0,<1

0 commit comments

Comments
 (0)