Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency pdm to v2.21.0 (#169)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pdm](https://redirect.github.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | minor | `==2.20.1` -> `==2.21.0` | --- ### Release Notes <details> <summary>pdm-project/pdm (pdm)</summary> ### [`v2.21.0`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2210-2024-11-25) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.20.1...2.21.0) ##### Features & Improvements - Pass original working directory as env variable to pdm scripts ([#​3179](https://redirect.github.com/pdm-project/pdm/issues/3179)) - Output similar commands or script command when the input command is not correct ([#​3270](https://redirect.github.com/pdm-project/pdm/issues/3270)) - improve readability of Python interpreter validation message ([#​3276](https://redirect.github.com/pdm-project/pdm/issues/3276)) - Print task name by default when using `pdm run` ([#​3277](https://redirect.github.com/pdm-project/pdm/issues/3277)) - Make `OrderedSet.__contains__` run in O(1) ([#​3280](https://redirect.github.com/pdm-project/pdm/issues/3280)) - Emit `post_lock` after writing pyproject.toml and pdm.lock in add/update ([#​3285](https://redirect.github.com/pdm-project/pdm/issues/3285)) - Drop support of Python 3.8 ([#​3298](https://redirect.github.com/pdm-project/pdm/issues/3298)) ##### Bug Fixes - Fix the name normalization issue for optional dependency groups. ([#​3271](https://redirect.github.com/pdm-project/pdm/issues/3271)) - Don't use uv when installing plugins in project. ([#​3283](https://redirect.github.com/pdm-project/pdm/issues/3283)) - Fix the bug that pdm plugins are invalid after installation on ubuntu system python. ([#​3289](https://redirect.github.com/pdm-project/pdm/issues/3289)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- Loading branch information