Skip to content

Commit 3ce7b82

Browse files
build(deps): update django requirement from ~=5.0.7 to ~=5.1.2
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@5.0.7...5.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dfe699 commit 3ce7b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django~=5.0.7
1+
Django~=5.1.2
22
djangorestframework~=3.15.2
33
django-filter~=24.2.0
44
django-debug-toolbar~=4.4.6

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django~=5.0.7
1+
Django~=5.1.2
22
djangorestframework~=3.15.0
33
django-filter~=24.2.0
44
psycopg2~=2.9.9

0 commit comments

Comments
 (0)