-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update pipdeptree #6275
Merged
Merged
Update pipdeptree #6275
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
oz123
force-pushed
the
update-pipdeptree
branch
from
October 12, 2024 20:47
936da93
to
32ec3a7
Compare
oz123
force-pushed
the
update-pipdeptree
branch
from
October 12, 2024 21:52
6206c94
to
a6a5af6
Compare
Looks good, I'd recommend adding back the LICENSE file and add a news fragment. |
@matteius News and license added. |
matteius
approved these changes
Oct 13, 2024
defunctzombie
pushed a commit
to foxglove/ws-protocol
that referenced
this pull request
Oct 30, 2024
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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to TechlauncherFireApp/backend
that referenced
this pull request
Nov 1, 2024
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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
update pipdeptree to a the latest version.
Somehow these tests passed locally on my systems but on github they failed. The reaon is that on my tests env:
and in github:
I modified the assertion to catch both, since it's not a blocker for the functionality of graphing the dependencies.