Skip to content

Commit

Permalink
build(deps): update django requirement from ~=5.0.7 to ~=5.1
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@5.0.7...5.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 4dfe699 commit 010b0c8
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~=5.0.7
Django~=5.1
djangorestframework~=3.15.2
django-filter~=24.2.0
django-debug-toolbar~=4.4.6
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~=5.0.7
Django~=5.1
djangorestframework~=3.15.0
django-filter~=24.2.0
psycopg2~=2.9.9
Expand Down

0 comments on commit 010b0c8

Please sign in to comment.