Skip to content

Commit cf55eb4

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

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~=4.2.0
1+
Django~=4.2.4
22
djangorestframework~=3.14.0
33
django-filter~=23.2.0
44
django-debug-toolbar~=4.1.0

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django~=4.2.0
1+
Django~=4.2.4
22
djangorestframework~=3.14.0
33
django-filter~=23.2.0
44
psycopg2~=2.9.0

0 commit comments

Comments
 (0)