-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump pip from 24.3.1 to 25.0 #112
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pip](https://github.com/pypa/pip) from 24.3.1 to 25.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.3.1...25.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 27, 2025
@dependabot merge
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, January 27, 2025 6:03:48 PM
To: vasudev-gm/django_ninja_tutorial ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [vasudev-gm/django_ninja_tutorial] Bump pip from 24.3.1 to 25.0 (PR #112)
Bumps pip<https://github.com/pypa/pip> from 24.3.1 to 25.0.
Changelog
Sourced from pip's changelog<https://github.com/pypa/pip/blob/main/NEWS.rst>.
25.0 (2025-01-26)
Deprecations and Removals
* Deprecate the no-python-version-warning flag as it has long done nothing since Python 2 support was removed in pip 21.0. ([#13154](pypa/pip#13154) <pypa/pip#13154>_)
Features
* Prefer to display :pep:639 License-Expression in pip show if metadata version is at least 2.4. ([#13112](pypa/pip#13112) <pypa/pip#13112>_)
* Support :pep:639 License-Expression and License-File metadata fields in JSON output. pip inspect and pip install --report now emit license_expression and license_file fields in the metadata object, if the corresponding fields are present in the installed METADATA file. ([#13134](pypa/pip#13134) <pypa/pip#13134)
* Files in the network cache will inherit the read/write permissions of pip's cache directory (in addition to the current user retaining read/write access). This enables a single cache to be shared among multiple users. ([#11012](pypa/pip#11012) <pypa/pip#11012>_)
* Return the size, along with the number, of files cleared on pip cache purge and pip cache remove ([#12176](pypa/pip#12176) <pypa/pip#12176>_)
* Cache python-requires checks while filtering potential installation candidates. ([#13128](pypa/pip#13128) <pypa/pip#13128)
* Optimize package collection by avoiding unnecessary URL parsing and other processing. ([#13132](pypa/pip#13132) <pypa/pip#13132)
Bug Fixes
* Reorder the encoding detection when decoding a requirements file, relying on UTF-8 over the locale encoding by default, matching the documented behaviour. ([#12771](pypa/pip#12771) <pypa/pip#12771>_)
* The pip version self check is disabled on EXTERNALLY-MANAGED environments. ([#11820](pypa/pip#11820) <pypa/pip#11820>_)
* Fix a security bug allowing a specially crafted wheel to execute code during installation. ([#13079](pypa/pip#13079) <pypa/pip#13079>_)
* The inclusion of packaging 24.2 changes how pre-release specifiers with < and > behave. Including a pre-release version with these specifiers now implies accepting pre-releases (e.g., <2.0dev can include 1.0rc1). To avoid implying pre-releases, avoid specifying them (e.g., use <2.0). The exception is !=, which never implies pre-releases. ([#13163](pypa/pip#13163) <pypa/pip#13163)
* The --cert and --client-cert command-line options are now respected while installing build dependencies. Consequently, the private _PIP_STANDALONE_CERT environment variable is no longer used. ([#5502](pypa/pip#5502) <pypa/pip#5502>_)
* The --proxy command-line option is now respected while installing build dependencies. ([#6018](pypa/pip#6018) <pypa/pip#6018>_)
Vendored Libraries
* Upgrade CacheControl to 0.14.1
* Upgrade idna to 3.10
* Upgrade msgpack to 1.1.0
* Upgrade packaging to 24.2
... (truncated)
Commits
* f47b587<pypa/pip@f47b587> Bump for release
* 74a7f33<pypa/pip@74a7f33> Update AUTHORS.txt
* a008888<pypa/pip@a008888> Merge pull request #13171<https://github.com/pypa/pip/issues/13171> from pypa/dependabot/github_actions/github-actions-...
* d265fb7<pypa/pip@d265fb7> Merge pull request #13174<https://github.com/pypa/pip/issues/13174> from ichard26/changelog
* d35384e<pypa/pip@d35384e> Copyedit news entries before 25.0
* adc4f99<pypa/pip@adc4f99> Reorder requirements file decoding (#12795<https://github.com/pypa/pip/issues/12795>)
* 40c4214<pypa/pip@40c4214> Bump pypa/gh-action-pypi-publish in the github-actions group
* 6b0fb90<pypa/pip@6b0fb90> Merge pull request #13048<https://github.com/pypa/pip/issues/13048> from sbidoul/trusted-publisher-sbi
* c7fb1e1<pypa/pip@c7fb1e1> Merge pull request #13145<https://github.com/pypa/pip/issues/13145> from befeleme/pip-show-pep639
* 41c807c<pypa/pip@41c807c> Show License-Expression if present in package metadata
* Additional commits viewable in compare view<pypa/pip@24.3.1...25.0>
[Dependabot compatibility score]<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
________________________________
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* @dependabot rebase will rebase this PR
* @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
* @dependabot merge will merge this PR after your CI passes on it
* @dependabot squash and merge will squash and merge this PR after your CI passes on it
* @dependabot cancel merge will cancel a previously requested merge and block automerging
* @dependabot reopen will reopen this PR if it is closed
* @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
* @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
* @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
________________________________
You can view, comment on, or merge this pull request online at:
#112
Commit Summary
* d21230d<d21230d> Bump pip from 24.3.1 to 25.0
File Changes
(1 file<https://github.com/vasudev-gm/django_ninja_tutorial/pull/112/files>)
* M requirements.txt<https://github.com/vasudev-gm/django_ninja_tutorial/pull/112/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/django_ninja_tutorial/pull/112.patch
* https://github.com/vasudev-gm/django_ninja_tutorial/pull/112.diff
—
Reply to this email directly, view it on GitHub<#112>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKE4YZIWXVBEQBT63VMD2MYRSZAVCNFSM6AAAAABV5654U2VHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTEOJQGUZTOOA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pip from 24.3.1 to 25.0.
Changelog
Sourced from pip's changelog.
... (truncated)
Commits
f47b587
Bump for release74a7f33
Update AUTHORS.txta008888
Merge pull request #13171 from pypa/dependabot/github_actions/github-actions-...d265fb7
Merge pull request #13174 from ichard26/changelogd35384e
Copyedit news entries before 25.0adc4f99
Reorder requirements file decoding (#12795)40c4214
Bump pypa/gh-action-pypi-publish in the github-actions group6b0fb90
Merge pull request #13048 from sbidoul/trusted-publisher-sbic7fb1e1
Merge pull request #13145 from befeleme/pip-show-pep63941c807c
Show License-Expression if present in package metadataDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)