chore(deps): update dependency pipenv to ~=2024.3.1 #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=2024.2.0
->~=2024.3.1
Release Notes
pypa/pipenv (pipenv)
v2024.3.1
Compare Source
=====================
Bug Fixes
#​6291 <https://github.com/pypa/pipenv/issues/6291>
_2024.3.0
when using the--system
flag without--deploy
flag.#​6295 <https://github.com/pypa/pipenv/issues/6295>
_pipenv update
routine to allow for package upgrades without requiring an existing lockfile. This change improves the flexibility of the update process by determining which packages require updating and handling cases where the lockfile is absent or partially defined.#​6299 <https://github.com/pypa/pipenv/issues/6299>
_v2024.3.0
Compare Source
=====================
Bug Fixes
Fix dependency resolution edge cases and versioning constraints handling:
--reverse
dependency graph output matching pipdeptree~=
and other version specifiers during updatesKey Changes:
This improves stability when working with complex dependency trees and version constraints.
#​6281 <https://github.com/pypa/pipenv/issues/6281>
_Fixes issue with --skip-lock not providing pip the proper package specifier when version was a string (issue did not impact dict with version key).
#​6288 <https://github.com/pypa/pipenv/issues/6288>
_Configuration
📅 Schedule: Branch creation - "after 1am every weekday,before 6am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.