Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[noissue]: Update django requirement from ~=4.2.0 to ~=5.1.1 #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1 # 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
Loading