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)

@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
@dependabot dependabot bot force-pushed the dependabot/pip/pipenv-2026.0.3 branch from 21549cf to 743344b Compare January 7, 2026 23:42
@edmorley
Copy link
Member

edmorley commented Jan 8, 2026

@dependabot rebase

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pipenv-2026.0.3 branch from 743344b to 03cfc3a Compare January 8, 2026 09:23
@edmorley edmorley requested a review from a team as a code owner January 8, 2026 09:31
@edmorley edmorley force-pushed the dependabot/pip/pipenv-2026.0.3 branch from a052c60 to 602485c Compare January 8, 2026 09:54
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of note, the new version fixed several long standing Pipenv bugs around --system and Python version validation, which means that (a) we can remove some workarounds for those bugs, (b) we can now enable the commented out Hatchet test for conflicting Python versions.

@edmorley edmorley merged commit 38713f3 into main Jan 8, 2026
6 checks passed
@edmorley edmorley deleted the dependabot/pip/pipenv-2026.0.3 branch January 8, 2026 10:00
@heroku-linguist heroku-linguist bot mentioned this pull request Jan 8, 2026
@edmorley
Copy link
Member

edmorley commented Jan 8, 2026

# In general Pipenv's support for its `--system` mode seems very buggy. Longer term we
# should explore moving to venvs, however, that will need to be coordinated across all
# package managers and also change paths for Python which could break other use cases.
export VIRTUAL_ENV="${python_home}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this appears to have broken our builds, as of a few hours ago djangos collectstatic is failing due to not being able to import certifi and packaging

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tolomea Ah strange - the test that was added at the time of the workaround is still passing (when it was failing before the workaround), so this must be a subtly different failure mode. I'm honestly pretty weary with the buginess of Pipenv. I'm very close to just deprecating support for it, now that much more reliable/well maintained (and faster) alternatives are available, such as uv.

Thank you for letting my know anyway! I'll take a closer look now.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not attached to pipenv, my predecessor choose it and nothing has pushed me to change it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tolomea I've reapplied the workaround in #2011 which has just been released in v330 - could you try building again and confirm that resolves the issue?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems to be working fine, thank you

edmorley added a commit that referenced this pull request Jan 8, 2026
In #2000, Pipenv was updated to v2026.0.3, which contained a number of
fixes for the historically very buggy `--system` mode.

Since that release was meant to fix many of the `--system` bugs, one of
the workarounds for those bugs was removed, and the existing tests for
that bug still passed.

However, it appears that the bug still exists in some form that was not
being picked up by the original testcase, as reported in:
#2000 (comment)

It seems the bug now only reproduces with different versions of the
`certifi` package, so I've updated the test fixture accordingly.
(My first thought was that perhaps the difference is whether our
testcase's `certifi` matches the Pipenv vendored version exactly or not,
however, varying to another older version also didn't reproduce?).

I've also added `packaging` as another testcase dependency, in the hope
that in the future at least one of these packages will be able to
reproduce the issue, should we try and remove the workaround again.

Longer term, these continual Pipenv bugs are making me inclined to
deprecate/strongly discourage Pipenv usage, given there are now much
more reliable/better maintained/faster alternatives (such as uv).

GUS-W-20819376.
edmorley added a commit that referenced this pull request Jan 8, 2026
In #2000, Pipenv was updated to v2026.0.3, which contained a number of
fixes for the historically very buggy `--system` mode.

Since that Pipenv release was meant to fix many of the `--system` bugs,
one of the workarounds for those bugs was removed, since even without it
the existing tests for that bug still passed (implying the upstream
fixes had worked as expected).

However, it appears that the bug still exists in some form that was not
being picked up by the original testcase, as reported in:
#2000 (comment)

As such, I've had to re-add the workaround. This also affects the logs,
since in the new Pipenv version, if `PIPENV_VERBOSITY="-1"` is set
(which is required to stop an obnoxious multi-line warning about a venv
being present), then the `Installing dependencies from ...` line is no
longer printed.

It seems the bug now only reproduces with different versions of the
`certifi` package, so I've updated the test fixture accordingly. (My
first thought was that perhaps the difference is whether our testcase's
`certifi` matches the Pipenv vendored version exactly or not, however,
varying to another older version also didn't reproduce?).

I've also added `packaging` as another testcase dependency, in the hope
that in the future at least one of these packages will be able to
reproduce the issue, should we try and remove the workaround again.

Longer term, these continual Pipenv bugs are making me inclined to
deprecate/strongly discourage Pipenv usage, given there are now much
more reliable/better maintained/faster alternatives (such as uv) that
don't suffer from these chronic bugs.

GUS-W-20819376.
edmorley added a commit that referenced this pull request Jan 8, 2026
In #2000, Pipenv was updated to v2026.0.3, which contained a number of
fixes for the historically very buggy `--system` mode.

Since that Pipenv release was meant to fix many of the `--system` bugs,
one of the workarounds for those bugs was removed, since even without
the workaround the regression test for that bug still passed (implying
the upstream fixes had worked as expected).

However, it appears that the bug still exists in some form that was not
being picked up by the original testcase, as reported in:
#2000 (comment)

As such, I've had to re-add the workaround. This also affects the logs,
since in the new Pipenv version, if `PIPENV_VERBOSITY="-1"` is set (which is required to stop an annoying multi-line warning about a venv being present), then the `Installing dependencies from ...` line is no longer printed.

It seems the bug now only reproduces with different versions of the
`certifi` package, so I've updated the test fixture accordingly. (My
first thought was that perhaps the difference is whether our testcase's
`certifi` matches the Pipenv vendored version exactly or not, however,
varying to another older version also didn't reproduce?).

I've also added `packaging` as another testcase dependency, in the hope
that in the future at least one of these packages will be able to
reproduce the issue, should we try and remove the workaround again.

Longer term, these continual Pipenv bugs are making me inclined to
deprecate/strongly discourage Pipenv usage, given there are now much
more reliable/better maintained/faster alternatives (such as uv) that
don't suffer from these chronic bugs.

GUS-W-20819376.
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.

2 participants