Skip to content

Commit

Permalink
[noissue]: Update django requirement from ~=4.2.0 to ~=5.1.2
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...5.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 7760526 commit d7f0748
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 @@ -8,7 +8,7 @@ click>=8.1.0,<=8.1.7
cloudevents==1.11.0 # Pinned because project warns "things might (and will) break with every update"
confluent-kafka>=2.4.0,<2.6.0
cryptography>=38.0.1,<43.0.2
Django~=4.2.0 # LTS version, switch only if we have a compelling reason to
Django~=5.1.2 # LTS version, switch only if we have a compelling reason to
django-filter>=23.1,<=24.3
django-guid>=3.3,<=3.5.0
django-import-export>=2.9,<3.4.0
Expand Down

0 comments on commit d7f0748

Please sign in to comment.