Skip to content

Bump pipenv from 2026.2.1 to 2026.2.2#750

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pipenv-2026.2.2
Closed

Bump pipenv from 2026.2.1 to 2026.2.2#750
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pipenv-2026.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps pipenv from 2026.2.1 to 2026.2.2.

Release notes

Sourced from pipenv's releases.

Release v2026.2.2

🤖 AI-Generated Changelog

Added

  • Add pipenv remove command as a dedicated subcommand for removing virtualenvs

Deprecated

  • Deprecate the --rm option in favor of the new pipenv remove command

Fixed

  • Restore --pre flag behavior with pip 26+ by calling check_release_control_exclusive in Resolver.pip_options
  • Guard against empty resolution in _clean_unused_dependencies to prevent errors during upgrade cleanup (#6002)
  • Run python -m virtualenv from an empty directory to prevent PYTHONPATH pollution affecting virtual environment creation (#6568)

🔗 Full Changelog: pypa/pipenv@v2026.2.1...v2026.2.2

Changelog

Sourced from pipenv's changelog.

2026.2.2 (2026-03-24)

pipenv 2026.2.2 (2026-03-24)

Bug Fixes

  • pipenv upgrade now correctly removes transitive dependencies that are no longer needed after a package is upgraded (e.g. pytz is removed when upgrading Django from 3.2.x to 4.2+). A safety guard was also added to _clean_unused_dependencies to prevent incorrectly wiping all packages when a full resolution returns an empty result due to a subprocess failure. [#6002](https://github.com/pypa/pipenv/issues/6002) <https://github.com/pypa/pipenv/issues/6002>_
  • Run python -m virtualenv from empty directory to prevent PYTHONPATH pollution. Fixes #6568. [#6569](https://github.com/pypa/pipenv/issues/6569) <https://github.com/pypa/pipenv/issues/6569>_

Improved Documentation

  • Fix broken changelog headers and update the auto-generated changelog template to avoid the issue in the future [#6564](https://github.com/pypa/pipenv/issues/6564) <https://github.com/pypa/pipenv/issues/6564>_
Commits
  • 9c1aed7 Release v2026.2.2
  • d08e280 Bumped version to 2026.2.2.
  • 384ff22 Merge pull request #6567 from pypa/fix/upgrade-cleanup-safety-guard-6002
  • 8f9ab26 fix test
  • 7c5c168 Merge pull request #6569 from FlavioAmurrioCS/fix/venv-python-path
  • 0c4120f Run python -m virtualenv from empty directory to prevent PYTHONPATH pollution...
  • f256c62 Merge pull request #6566 from pypa/add-remove-command
  • 4f4d924 Fix: guard against empty resolution in _clean_unused_dependencies (#6002)
  • bdccb57 Add pipenv remove command, deprecate --rm option
  • 6e1246c Merge pull request #6564 from Jackenmen/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [pipenv](https://github.com/pypa/pipenv) from 2026.2.1 to 2026.2.2.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2026.2.1...v2026.2.2)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-version: 2026.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Superseded by #753.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/pip/pipenv-2026.2.2 branch March 30, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants