-
Notifications
You must be signed in to change notification settings - Fork 6.7k
chore(deps): update dependency django to v4.2.27 #13686
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Django==5.2.5; python_version >= "3.10" | ||
| Django==4.2.24; python_version >= "3.8" and python_version < "3.10" | ||
| Django==4.2.27; python_version >= "3.8" and python_version < "3.10" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to the other |
||
| django-storages[google]==1.14.6 | ||
| django-environ==0.12.0 | ||
| psycopg2-binary==2.9.10 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The specified Django version
4.2.27does not appear to be a valid version available on the Python Package Index (PyPI). The latest official release in the 4.2 series is4.2.13. Using a non-existent version will causepip installto fail. This might indicate a misconfiguration in the dependency update tool or point to a more serious supply chain issue. I recommend using the latest official patch release from the 4.2 series to ensure security and stability.