Skip to content

Commit

Permalink
build(deps): update django requirement from ~=5.1.0 to ~=5.1.3
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.1...5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8c7aed3 commit 3240294
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.1.0
Django~=5.1.3
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.1.0
Django~=5.1.3
djangorestframework~=3.15.0
django-filter~=24.3.0
psycopg2~=2.9.10
Expand Down

0 comments on commit 3240294

Please sign in to comment.