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.22.2 (#155)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [pdm](https://github.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | patch | `==2.22.1` -> `==2.22.2` | `2.22.3` | --- ### Release Notes <details> <summary>pdm-project/pdm (pdm)</summary> ### [`v2.22.2`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2222-2025-01-11) [Compare Source](https://github.com/pdm-project/pdm/compare/2.22.1...2.22.2) ##### Features & Improvements - Write installer metadata like `INSTALLER` and `REQUESTED` to dist-info directory when installing packages. ([#​3359](https://github.com/pdm-project/pdm/issues/3359)) - Respect `.python-version` file in the project root directory when selecting the Python interpreter. By default, it will be written when running `pdm use` command. ([#​3367](https://github.com/pdm-project/pdm/issues/3367)) ##### Bug Fixes - Fix a problem of missing dependencies when adding to dev dependencies if both editable and non-editable dependencies exist. ([#​3361](https://github.com/pdm-project/pdm/issues/3361)) - Use stdlib for URL <-> Path conversions. ([#​3362](https://github.com/pdm-project/pdm/issues/3362)) - `shellingham.detect_shell()` returns `('tcsh', '/bin/tcsh')` for tcsh on FreeBSD, so the current code tries to use the Bash venv activation script and fails due to syntax error. This change fixes the issue. ([#​3366](https://github.com/pdm-project/pdm/issues/3366)) - Fix a performance issue because pypi source credentials were being queried many times from keyring. ([#​3368](https://github.com/pdm-project/pdm/issues/3368)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjEzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
- Loading branch information