Skip to content

Commit ae44f95

Browse files
chore(deps-dev): update django requirement
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@4.2.30...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29b9dbd commit ae44f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chalice>=1.32.0,<2; python_version>="3.9"
88
cheroot<12
99
CherryPy>=18,<19
1010
Django>=3.2,<4; python_version<"3.8"
11-
Django>=4.2.30,<6; python_version>="3.8"
11+
Django>=5.2.15,<6; python_version>="3.8"
1212
falcon>=2,<4; python_version<"3.9"
1313
falcon>=4.2.0,<5; python_version>="3.9"
1414
fastapi>=0.70.0,<1; python_version<"3.9"

0 commit comments

Comments
 (0)