deptry
deptry copied to clipboard
chore(deps): update dependency pdm to v2.24.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pdm (changelog) | ==2.23.1 -> ==2.24.0 |
Release Notes
pdm-project/pdm (pdm)
v2.24.0
Features & Improvements
- New command
pdm newthat behaves likepdm initbut creates a new project. (#3462) - Support use
--nameas project name for commandpdm newe.g.pdm new hello --name world(#3476) - Support exporting to pylock.toml format as described by PEP 751. (#3480)
Bug Fixes
- Pass the
--quietoption topdm synccommand. (#3401) - If a
.python-versionfile is found and it contains multiple lines, the file will be ignored. The usage of the.python-versionfile can be disabled, if configuration valuepython.use_python_version(or environment variablePDM_USE_PYTHON_VERSION) isFalse. (#3417) - fix
pdm config -ecommand to open read-only file under linux (#3423) - Replace project names and import names in both
README.mdandpyproject.tomlwhen runningpdm init <template>. (#3460) - Fix a bug that URL dependency hashes are not updated if running
pdm lock --update-reuse. (#3461)
Configuration
📅 Schedule: Branch creation - "before 5am on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.