Skip to content

Commit b53baa7

Browse files
build(deps): update django requirement from ~=5.1.0 to ~=5.1.4
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@5.1...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c7aed3 commit b53baa7

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.1.0
1+
Django~=5.1.4
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.1.0
1+
Django~=5.1.4
22
djangorestframework~=3.15.0
33
django-filter~=24.3.0
44
psycopg2~=2.9.10

0 commit comments

Comments
 (0)