Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pipenv from 2024.1.0 to 2024.2.0 (#852)
Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.1.0 to 2024.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/pipenv/releases">pipenv's releases</a>.</em></p> <blockquote> <h2>Release v2024.2.0</h2> <h2>What's Changed</h2> <ul> <li>Bump black from 23.3 to 24.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6112">pypa/pipenv#6112</a></li> <li>vendor in pip 24.2 by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6263">pypa/pipenv#6263</a></li> <li>Fix strings in virtualenv.py by <a href="https://github.com/ericbrandwein"><code>@ericbrandwein</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6268">pypa/pipenv#6268</a></li> <li>Update pipdeptree by <a href="https://github.com/oz123"><code>@oz123</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6275">pypa/pipenv#6275</a></li> <li>Fix the assumption that all distributions are named by <a href="https://github.com/TurnrDev"><code>@TurnrDev</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6272">pypa/pipenv#6272</a></li> <li>Updated logic for determining available python version string. by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6278">pypa/pipenv#6278</a></li> <li>Refactor do_check routine to be more modular and address concerns about quiet flag by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6277">pypa/pipenv#6277</a></li> <li>install should not do full lock resolution, as that is the purpose of pipenv lock by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6276">pypa/pipenv#6276</a></li> <li>Some improvemets in requirementslib for clarity by <a href="https://github.com/vshulcz"><code>@vshulcz</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6279">pypa/pipenv#6279</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ericbrandwein"><code>@ericbrandwein</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/pipenv/pull/6268">pypa/pipenv#6268</a></li> <li><a href="https://github.com/TurnrDev"><code>@TurnrDev</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/pipenv/pull/6272">pypa/pipenv#6272</a></li> <li><a href="https://github.com/vshulcz"><code>@vshulcz</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/pipenv/pull/6279">pypa/pipenv#6279</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/pipenv/compare/v2024.1.0...v2024.2.0">https://github.com/pypa/pipenv/compare/v2024.1.0...v2024.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/pipenv/blob/main/CHANGELOG.md">pipenv's changelog</a>.</em></p> <blockquote> <h1>2024.2.0 (2024-10-22)</h1> <h1>Pipenv 2024.2.0 (2024-10-22)</h1> <h2>Bug Fixes</h2> <ul> <li> <h2>Features & Bug Fixes</h2> <ul> <li> <p>Refactored and simplified install routines, improving maintainability and reliability (<a href="https://redirect.github.com/pypa/pipenv/issues/6276">#6276</a>)</p> <ul> <li>Split install logic into smaller, focused functions.</li> <li>Eliminated Pipfile caching for now to prevent bugs and reduce complexity.</li> <li>Fixed edge cases with package category selection.</li> <li>Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch.</li> </ul> </li> <li> <p>Enhanced VCS URL handling with better environment variable support (<a href="https://redirect.github.com/pypa/pipenv/issues/6276">#6276</a>)</p> <ul> <li>More reliable expansion of environment variables in Git URLs.</li> <li>Better handling of authentication components in VCS URLs.</li> <li>Improved error messaging for missing environment variables.</li> <li>Fixed issue where Git reference could be dropped during relock. <code>[#6276](pypa/pipenv#6276) <https://github.com/pypa/pipenv/issues/6276></code>_</li> </ul> </li> </ul> </li> </ul> <h2>Vendored Libraries</h2> <ul> <li>Update pipdeptree to version 2.23.4 <code>[#6275](pypa/pipenv#6275) <https://github.com/pypa/pipenv/issues/6275></code>_</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/pipenv/commit/0d7160e3a0f5bb088d995be7dac4cd63b86c7c8d"><code>0d7160e</code></a> Release v2024.2.0</li> <li><a href="https://github.com/pypa/pipenv/commit/dd2f21fac27d628f6bcdd76e158bbd4cb8038a51"><code>dd2f21f</code></a> Bumped version to 2024.2.0.</li> <li><a href="https://github.com/pypa/pipenv/commit/0df373899d65dcf4ec14cfcf656c6b4dc4bbd9f8"><code>0df3738</code></a> refactor: use VCS_SCHEMES constant in unpack_url</li> <li><a href="https://github.com/pypa/pipenv/commit/30930e0e6959bc37fa4d513cf6ea932ace7aa7c9"><code>30930e0</code></a> chore: some improvements</li> <li><a href="https://github.com/pypa/pipenv/commit/b872d0b3fd23ba688debe3f7bcbcb61f673749b7"><code>b872d0b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pipenv/issues/6276">#6276</a> from pypa/issue-6267</li> <li><a href="https://github.com/pypa/pipenv/commit/526ed94a63db2f00d87715d6dce39f55c777e8f1"><code>526ed94</code></a> Refactor do_check routine to be more modular and address concerns about the q...</li> <li><a href="https://github.com/pypa/pipenv/commit/5268bdecbab488ce489a08f5c86e664db1e60994"><code>5268bde</code></a> Updated logic for determining available python version string.</li> <li><a href="https://github.com/pypa/pipenv/commit/8977f13c19f0361f2f92a46e42218efe27a39f82"><code>8977f13</code></a> fix import</li> <li><a href="https://github.com/pypa/pipenv/commit/c74f9a60e10fb6861d61c1147980f21edc5fe88c"><code>c74f9a6</code></a> Clean up lint, add news fragment and address issue 6167</li> <li><a href="https://github.com/pypa/pipenv/commit/b2c094b1c48cdd77ddb01fcf52a5ee1520718f8e"><code>b2c094b</code></a> fix VCS environment variable expansion</li> <li>Additional commits viewable in <a href="https://github.com/pypa/pipenv/compare/v2024.1.0...v2024.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pipenv&package-manager=pip&previous-version=2024.1.0&new-version=2024.2.0)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information