Skip to content

Commit

Permalink
Update django requirement from ==4.2.* to ==5.0.*
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.2a1...5.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 16c6bee commit c235150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ coverage==7.4.*
pytest-cov==4.1.*

# Django application
Django==4.2.*
Django==5.0.*
celery==5.3.*
eventlet==0.33.*
daphne==4.0.*
Expand Down

0 comments on commit c235150

Please sign in to comment.