Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps pipenv from 2025.0.4 to 2026.0.3.

Release notes

Sourced from pipenv's releases.

Release v2026.0.3

What's Changed

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

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.3 (2025-12-16)

pipenv 2026.0.3 (2025-12-16)

No significant changes.

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

... (truncated)

Commits
  • 997b40c Release v2026.0.3
  • fc22870 Bumped version to 2026.0.3.
  • 6ae09f2 Fix zsh parse error in pipenv shell command (#6504)
  • ae2fd54 Exclude docs directory from package distribution (#6501)
  • ac013e3 Fix pipenv shell --quiet to actually suppress output (#6500)
  • 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)
  • 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.4 to 2026.0.3.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2025.0.4...v2026.0.3)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-version: 2026.0.3
  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 Dependabot pull requests that update Python dependencies labels Dec 22, 2025
@dependabot dependabot bot requested a review from edmorley as a code owner December 22, 2025 14:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Dependabot pull requests that update Python dependencies labels Dec 22, 2025
@edmorley edmorley removed their request for review December 22, 2025 14:21
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 Dependabot pull requests that update Python dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants