Skip to content

Bump pipenv from 2026.6.1 to 2026.6.2 in the python-dependencies group#2104

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-1d49fa00ae
Open

Bump pipenv from 2026.6.1 to 2026.6.2 in the python-dependencies group#2104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-1d49fa00ae

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 1 update: pipenv.

Updates pipenv from 2026.6.1 to 2026.6.2

Release notes

Sourced from pipenv's releases.

Release v2026.6.2

🤖 AI-Generated Changelog

Added

  • Support cool-down-period configuration in the [pipenv] section of the Pipfile

Fixed

  • Credentials defined in Pipfile now take precedence over .netrc; environment variables in pylock source URLs are now expanded correctly
  • Re-lock all Pipfile entries when running pipenv update with no packages specified

Changed

  • Bump plette vendor dependency to 2.2.1
  • Bump idna dependency in the pip group

🔗 Full Changelog: pypa/pipenv@v2026.6.1...v2026.6.2

Changelog

Sourced from pipenv's changelog.

2026.6.2 (2026-06-02)

pipenv 2026.6.2 (2026-06-02)

Features & Improvements

  • Added support for cool-down-period in the [pipenv] section of the Pipfile. Setting cool-down-period = "30d" instructs the resolver to only consider package versions uploaded at least the specified number of days ago, via pip's --uploaded-prior-to flag.

Bug Fixes

  • Restored authentication to private indexes when [[source]] URLs use environment-variable placeholders. The GHSA-8xgg-v3jj-95m2 fix moved credentials off pip's argv onto a merged netrc, but write_credentials_netrc wrote our Pipfile-derived machine blocks BEFORE the appended user netrc — and netrc.authenticators() returns the LAST matching entry, so a stale system entry for the same host silently overrode the freshly-expanded creds. Our blocks now come AFTER the user's existing content. Additionally, the pylock.toml reader now runs expand_url_credentials over its sources so users with [pipenv] use_pylock = true see the same env-var expansion that Pipfile.lock reads have always had. [#6670](https://github.com/pypa/pipenv/issues/6670) <https://github.com/pypa/pipenv/issues/6670>_
  • Restored documented pipenv update (no args) semantics of lock + sync. Since 2026.0.0, pipenv update only re-resolved Pipfile entries whose locked version no longer satisfied the Pipfile specifier, so relaxing a pin (e.g. urllib3 = "<2.7.0"urllib3 = "*") would not pick up newer allowed releases — the lockfile silently stayed at the existing pin. pipenv update now routes through do_lock when no packages are given, re-resolving every Pipfile entry. The targeted pipenv update <pkg> path is unchanged. [#6672](https://github.com/pypa/pipenv/issues/6672) <https://github.com/pypa/pipenv/issues/6672>_

Vendored Libraries

  • Bump vendored plette to 2.2.1.
Commits
  • 31296c5 Merge pull request #6679 from pypa/ci/update-github-actions
  • 19c1717 ci: update GitHub Actions to latest versions
  • fdd6c7c Changelog
  • ab4a77b Bumped version to 2026.6.2.
  • c1739c9 Merge pull request #6671 from pypa/fix/6670-env-var-source-url-auth
  • b7605d0 Merge pull request #6674 from pypa/dependabot/pip/pip-d665ee01e3
  • de873e1 Merge pull request #6675 from pypa/fix/6672-update-relock-when-no-packages
  • 04b8693 fix(update): re-lock all Pipfile entries when no packages are given (#6672)
  • cdaea3f chore(deps): bump idna in the pip group across 0 directory
  • eff007f chore(deps): bump idna in /examples in the pip group across 1 directory (#6673)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 1 update: [pipenv](https://github.com/pypa/pipenv).


Updates `pipenv` from 2026.6.1 to 2026.6.2
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2026.6.1...v2026.6.2)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-version: 2026.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Dependabot pull requests that update Python dependencies labels Jun 9, 2026
@dependabot dependabot Bot requested a review from edmorley as a code owner June 9, 2026 13:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Dependabot pull requests that update Python dependencies labels Jun 9, 2026

@edmorley edmorley left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Deferring for now since the pipenv release is still so new:
https://github.com/pypa/pipenv/releases/tag/v2026.6.2

(I only triggered this Dependabot run so a PR was opened to test something else)

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.

1 participant