Refactored and simplified install routines, improving maintainability and reliability (#6276)
Split install logic into smaller, focused functions.
Eliminated Pipfile caching for now to prevent bugs and reduce complexity.
Fixed edge cases with package category selection.
Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch.
Enhanced VCS URL handling with better environment variable support (#6276)
More reliable expansion of environment variables in Git URLs.
Better handling of authentication components in VCS URLs.
Improved error messaging for missing environment variables.
Fixed issue where Git reference could be dropped during relock. [#6276](https://github.com/pypa/pipenv/issues/6276) <https://github.com/pypa/pipenv/issues/6276>_
Vendored Libraries
Update pipdeptree to version 2.23.4 [#6275](https://github.com/pypa/pipenv/issues/6275) <https://github.com/pypa/pipenv/issues/6275>_
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 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)
Bumps pipenv from 2024.1.0 to 2024.2.0.
Release notes
Sourced from pipenv's releases.
Changelog
Sourced from pipenv's changelog.
Commits
0d7160e
Release v2024.2.0dd2f21f
Bumped version to 2024.2.0.0df3738
refactor: use VCS_SCHEMES constant in unpack_url30930e0
chore: some improvementsb872d0b
Merge pull request #6276 from pypa/issue-6267526ed94
Refactor do_check routine to be more modular and address concerns about the q...5268bde
Updated logic for determining available python version string.8977f13
fix importc74f9a6
Clean up lint, add news fragment and address issue 6167b2c094b
fix VCS environment variable expansionDependabot 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