test(deps): update dependency pdm to v2.11.2 #1877
Merged
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:
2.10.4->2.11.2Release Notes
pdm-project/pdm (pdm)
v2.11.2Compare Source
Bug Fixes
pdm update --update-eagercan hit InconsistentCandidate error when dependency is included both through default dependencies and extra. #2495pdm installshould not warn when overwriting its own symlinks oninstall/update. #2502Documentation
v2.11.1Compare Source
Bug Fixes
v2.11.0Compare Source
Features & Improvements
pdm export. #1910--skip-existingtopdm publishto ignore the uploading error if the package already exists. #2362==major.minor.*as default requires python for application projects. #2382package-typefield in thetool.pdmtable to differentiate between library and application projects. #2394pdm locknow supports--update-reuseoption to keep the pinned versions in the lockfile if possible. #2419inherit_metadatato inherit and merge markers from parent requirements. This is enabled by default when creating a new lockfile. #2421symlink_individualfor creating a symlink for each individual package file andhardlinkfor creating hardlinks. #2425reuse-installed. When this strategy is enabled, PDM will try to reuse the versions already installed in the environment, even if the package names are given in the command line followingaddorupdate. This strategy is supported byadd,updateandlockcommands. #2479PDM_CACHE_DIRenvironment variable to configure cache directory location. #2485Bug Fixes
pdm init -n. #2436pdm initnow implies--libif--backendis passed. #2437install.cache_method = "symlink". #2466KeyErrorraised bypdm update --unconstrainedwhen the project itself is listed as a dependency. #2483Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.