Skip to content

Commit

Permalink
build(deps): update django requirement from ~=4.2.0 to ~=4.2.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent a9c9331 commit 7164101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django~=4.2.0
Django~=4.2.4
djangorestframework~=3.14.0
django-filter~=23.2.0
django-debug-toolbar~=4.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django~=4.2.0
Django~=4.2.4
djangorestframework~=3.14.0
django-filter~=23.2.0
psycopg2~=2.9.0
Expand Down

0 comments on commit 7164101

Please sign in to comment.