Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps pipenv from 2024.4.1 to 2025.0.4.

Release notes

Sourced from pipenv's releases.

Release v2025.0.4

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2025.0.3...v2025.0.4

Release v2025.0.3

What's Changed

New Contributors

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

Release v2025.0.2

What's Changed

New Contributors

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

Release v2025.0.1

What's Changed

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

Release v2025.0.0

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2025.0.4 (2025-07-07)

Pipenv 2025.0.4 (2025-07-07)

Bug Fixes

  • Significantly improved dependency resolution performance with ResolveLib 1.2.0 optimistic backjumping, intelligent caching system, and batch Pipfile operations. Added comprehensive benchmarking infrastructure to prevent performance regressions. Requirements imports are 60-80% faster for large files, complex resolutions are 10-30% faster, and repeated operations benefit from smart caching. [#6419](https://github.com/pypa/pipenv/issues/6419) <https://github.com/pypa/pipenv/issues/6419>_
  • Ensure the requested Python version is installed when it differs from the one used with Pipenv. [#6425](https://github.com/pypa/pipenv/issues/6425) <https://github.com/pypa/pipenv/issues/6425>_
  • Restored ignore compatibility finder patch to enable comprehensive cross-platform hash collection in lock files. [#6426](https://github.com/pypa/pipenv/issues/6426) <https://github.com/pypa/pipenv/issues/6426>_ 2025.0.3 (2025-05-29) ===================== Pipenv 2025.0.3 (2025-05-29) ============================

Vendored Libraries

  • Vendor in pip==25.1.1 latest. [#6400](https://github.com/pypa/pipenv/issues/6400) <https://github.com/pypa/pipenv/issues/6400>_ 2025.0.1 (2025-05-02) ===================== 2025.0.2 2025.0.1 (2025-05-02) ==============================

Bug Fixes

  • Cleanup unused dependencies when upgrading packages. [#6386](https://github.com/pypa/pipenv/issues/6386) <https://github.com/pypa/pipenv/issues/6386>_
  • Fix for UnboundLocalError in ensure_python when SESSION_IS_INTERACTIVE=False, using pyenv, and python version in Pipfile not available. [#6389](https://github.com/pypa/pipenv/issues/6389) <https://github.com/pypa/pipenv/issues/6389>_

2025.0.1 (2025-04-24)

Pipenv 2025.0.1 (2025-04-24)

Bug Fixes

  • Fix for broken import requirements in 2025.0.0 [#6385](https://github.com/pypa/pipenv/issues/6385) <https://github.com/pypa/pipenv/issues/6385>_

2025.0.0 (2025-04-24)

... (truncated)

Commits

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 2024.4.1 to 2025.0.4.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2024.4.1...v2025.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2025
@dependabot dependabot bot requested review from a team as code owners August 1, 2025 07:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2025
@changeset-bot
Copy link

changeset-bot bot commented Aug 1, 2025

⚠️ No Changeset found

Latest commit: dfcf511

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@OmarTawfik OmarTawfik added this pull request to the merge queue Aug 7, 2025
Merged via the queue into main with commit d1b2aea Aug 7, 2025
4 checks passed
@OmarTawfik OmarTawfik deleted the dependabot/pip/pipenv-2025.0.4 branch August 7, 2025 02:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants