Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

Bumps pipenv from 2025.0.3 to 2026.0.2.

Release notes

Sourced from pipenv's releases.

Release v2026.0.2

What's Changed

Full Changelog: pypa/pipenv@v2026.0.1...v2026.0.2

Release v2026.0.1

What's Changed

Full Changelog: pypa/pipenv@v2026.0.0...v2026.0.1

Release v2026.0.0

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2026.0.2 (2025-12-10)

pipenv 2026.0.2 (2025-12-10)

No significant changes.

2026.0.1 (2025-12-10)

pipenv 2026.0.1 (2025-12-10)

Bug Fixes

  • Fix reading of index-url from pip configuration files (/etc/pip.conf, ~/.pip/pip.conf, etc.) which was broken after vendoring pip 25.3 due to a change in pip's Configuration.items() return format. [#6478](https://github.com/pypa/pipenv/issues/6478) <https://github.com/pypa/pipenv/issues/6478>_ 2026.0.0 (2025-12-10) ===================== pipenv 2026.0.0 (2025-12-10) ============================

Features & Improvements

  • Add --system flag to pipenv run command. This allows running scripts defined in Pipfile's [scripts] section without creating a virtualenv, which is useful in Docker environments where packages are installed with pipenv install --system. [#2692](https://github.com/pypa/pipenv/issues/2692) <https://github.com/pypa/pipenv/issues/2692>_

  • Allow pipenv install --system <package> to install specific packages to the system Python. Previously this was blocked with an error message. This enables Docker workflows where users want to interactively add packages to a project that uses system-level installation. [#4086](https://github.com/pypa/pipenv/issues/4086) <https://github.com/pypa/pipenv/issues/4086>_

  • Added support for PEP 751 pylock.toml files:

    • Reading: When both a Pipfile.lock and a pylock.toml file exist, Pipenv will prioritize the pylock.toml file.
    • Writing: Add use_pylock = true to the [pipenv] section of your Pipfile to generate pylock.toml files alongside Pipfile.lock.
    • Customization: Use pylock_name = "name" in the [pipenv] section to generate named pylock files (e.g., pylock.name.toml). [#6391](https://github.com/pypa/pipenv/issues/6391) <https://github.com/pypa/pipenv/issues/6391>_
  • Add support for --dev flag in pipenv uninstall command to remove packages from dev-packages section directly. [#6392](https://github.com/pypa/pipenv/issues/6392) <https://github.com/pypa/pipenv/issues/6392>_

  • Add PIPENV_PYENV_AUTO_INSTALL environment variable to automatically install missing Python versions via pyenv or asdf without prompting the user. [#6408](https://github.com/pypa/pipenv/issues/6408) <https://github.com/pypa/pipenv/issues/6408>_

Bug Fixes

  • Fix --system and --python flags to work together correctly. Previously, using both flags would still create a virtualenv. Now when --system is used with --python, pipenv validates that the specified Python version exists

... (truncated)

Commits
  • d18e062 Release v2026.0.2
  • 95e21a6 Bumped version to 2026.0.2.
  • 9411b68 Add PIPENV_PROJECT_DIR environment variable (#6497)
  • b37b584 Add --no-lock flag to 'pipenv requirements' command (#6496)
  • 4aa8431 Docs: Update installation guide for PEP 668 compatibility (#6495)
  • 618e565 Add 'pipenv activate' command for current shell activation (#6494)
  • 985005b Improve error messages for build wheel failures (#6492)
  • a65c9b2 Fix: Use sys.executable -m pipenv instead of bare pipenv command (#6491)
  • d8f0809 Fix: Unset COLUMNS and LINES before spawning pipenv shell (#6490)
  • eded091 Fix: Preserve environment markers when importing requirements.txt (#6489)
  • 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 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)

Bumps [pipenv](https://github.com/pypa/pipenv) from 2025.0.3 to 2026.0.2.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2025.0.3...v2026.0.2)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-version: 2026.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 11, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 17, 2025

Superseded by #276.

@dependabot dependabot bot closed this Dec 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/pipenv-2026.0.2 branch December 17, 2025 19:01
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.

1 participant