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.0.2 to 2024.0.3 (#830)
Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.0.2 to 2024.0.3. <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.0.3</h2> <h2>What's Changed</h2> <ul> <li>Fix logging error by <a href="https://github.com/yosufali"><code>@yosufali</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6246">pypa/pipenv#6246</a></li> <li>Fix <a href="https://redirect.github.com/pypa/pipenv/issues/6171">#6171</a> by <a href="https://github.com/Naofal-Helal"><code>@Naofal-Helal</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6247">pypa/pipenv#6247</a></li> <li>potentially resolving issue 6205 by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6243">pypa/pipenv#6243</a></li> <li>refinements to make installing vcs from CLI work smoother by <a href="https://github.com/matteius"><code>@matteius</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6242">pypa/pipenv#6242</a></li> <li>Ignore resource warning by <a href="https://github.com/Naofal-Helal"><code>@Naofal-Helal</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6251">pypa/pipenv#6251</a></li> <li>Fix uninstall --all fails when venv is deleted by <a href="https://github.com/Naofal-Helal"><code>@Naofal-Helal</code></a> in <a href="https://redirect.github.com/pypa/pipenv/pull/6250">pypa/pipenv#6250</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yosufali"><code>@yosufali</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/pipenv/pull/6246">pypa/pipenv#6246</a></li> <li><a href="https://github.com/Naofal-Helal"><code>@Naofal-Helal</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/pipenv/pull/6247">pypa/pipenv#6247</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/pipenv/compare/v2024.0.2...v2024.0.3">https://github.com/pypa/pipenv/compare/v2024.0.2...v2024.0.3</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.0.3 (2024-09-22)</h1> <h1>Pipenv 2024.0.3 (2024-09-22)</h1> <h2>Bug Fixes</h2> <ul> <li>Disable <code>ResourceWarning</code> warning for temporary files that are cleaned on program exit. <code>[#6151](pypa/pipenv#6151) <https://github.com/pypa/pipenv/issues/6151></code>_</li> <li>Fixed package sorting when installing a package with extras. <code>[#6171](pypa/pipenv#6171) <https://github.com/pypa/pipenv/issues/6171></code>_</li> <li>Fixed <code>pipenv uninstall --all</code> failing when the virtual environment no longer exists. <code>[#6185](pypa/pipenv#6185) <https://github.com/pypa/pipenv/issues/6185></code>_</li> <li>Fix issue where installing a vcs dependency using pipenv CLI yielded the wrong Pipfile entry such that it could not lock. <code>[#6242](pypa/pipenv#6242) <https://github.com/pypa/pipenv/issues/6242></code>_</li> <li>Fix report that pipenv requires <code>packaging>=22</code> on some systems by setting it as a dependency. <code>[#6243](pypa/pipenv#6243) <https://github.com/pypa/pipenv/issues/6243></code>_</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/pipenv/commit/0b6b428bcd33e2ce855fdba83ec5f4280ec11e26"><code>0b6b428</code></a> Release v2024.0.3</li> <li><a href="https://github.com/pypa/pipenv/commit/88062cfb42e5dd13c11fb89505db63f12fa3ad52"><code>88062cf</code></a> Bumped version to 2024.0.3.</li> <li><a href="https://github.com/pypa/pipenv/commit/fbecd8e41aea687cc746e3ae5bf00abda005f5f2"><code>fbecd8e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pipenv/issues/6250">#6250</a> from Naofal-Helal/fix-uninstall</li> <li><a href="https://github.com/pypa/pipenv/commit/3cabf795f14842e65b5d6d5a26b38378867f4366"><code>3cabf79</code></a> Update environment.py</li> <li><a href="https://github.com/pypa/pipenv/commit/ff8bbe40545d81c002b63558a954d54ab53e58a9"><code>ff8bbe4</code></a> Update uninstall.py</li> <li><a href="https://github.com/pypa/pipenv/commit/cdc6499c789a19eda38b7f0c92c3e05de93e8090"><code>cdc6499</code></a> Update environment.py</li> <li><a href="https://github.com/pypa/pipenv/commit/d19aa93db0ddc3b812225f94d33da639a069a8cb"><code>d19aa93</code></a> Update environment.py</li> <li><a href="https://github.com/pypa/pipenv/commit/71b556047df7a2af7f6d378ae49812d4c078f4ed"><code>71b5560</code></a> Update uninstall.py</li> <li><a href="https://github.com/pypa/pipenv/commit/31edd0054e6041ccbc52bd9a3d717ce99df53aa2"><code>31edd00</code></a> Update environment.py</li> <li><a href="https://github.com/pypa/pipenv/commit/f7058e8bcd55f48576d5e08015152f2ec77bd460"><code>f7058e8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pipenv/issues/6251">#6251</a> from Naofal-Helal/resource-warn</li> <li>Additional commits viewable in <a href="https://github.com/pypa/pipenv/compare/v2024.0.2...v2024.0.3">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.0.2&new-version=2024.0.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information