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.19.1 (#93)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [pdm](https://redirect.github.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | minor | `==2.18.1` -> `==2.19.1` | `2.19.2` | --- ### Release Notes <details> <summary>pdm-project/pdm (pdm)</summary> ### [`v2.19.1`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2191-2024-09-23) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.19.0...2.19.1) ##### Bug Fixes - PDM libraries are not loaded correctly for in-process scripts when installed in the user site. ([#​3178](https://redirect.github.com/pdm-project/pdm/issues/3178)) ### [`v2.19.0`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2190-2024-09-23) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.18.2...2.19.0) ##### Breaking Changes - The minimum supported Python version of projects using PDM has been bumped to 3.8. ([#​3176](https://redirect.github.com/pdm-project/pdm/issues/3176)) ##### Bug Fixes - Fallback version to 0.0.0 when the version is not specified or empty. This can avoid crash when building such project. ([#​3163](https://redirect.github.com/pdm-project/pdm/issues/3163)) - Ensures that `/` is URL encoded in sources URL environment variables. ([#​3169](https://redirect.github.com/pdm-project/pdm/issues/3169)) - Call functions from shared library in the in-process `env_spec.py` script. ([#​3176](https://redirect.github.com/pdm-project/pdm/issues/3176)) ##### Removals and Deprecations - PDM no longer falls back to `setuptools-pep660` when the build backend doesn't support PEP 660. ([#​3159](https://redirect.github.com/pdm-project/pdm/issues/3159)) ##### Miscellany - Change the project structure to a normal package from a namespace package. ([#​3155](https://redirect.github.com/pdm-project/pdm/issues/3155)) ### [`v2.18.2`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2182-2024-09-10) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.18.1...2.18.2) ##### Bug Fixes - Respect the `excludes` and `overrides` settings when installing packages. ([#​3113](https://redirect.github.com/pdm-project/pdm/issues/3113)) - Fix a bug of export command that packages with extras are included twice. ([#​3123](https://redirect.github.com/pdm-project/pdm/issues/3123)) - Remove empty groups when removing packages with `pdm remove`. ([#​3133](https://redirect.github.com/pdm-project/pdm/issues/3133)) - When running `pdm venv purge`, if the current project's python version had been referencing the removed venv then clear it out. ([#​3137](https://redirect.github.com/pdm-project/pdm/issues/3137)) - Fix command `pdm config` to not show site configuration file path if it doesn't exist. ([#​3149](https://redirect.github.com/pdm-project/pdm/issues/3149)) - Now when `--no-markers` is used, the exported requirements can only work on the current platform. ([#​3152](https://redirect.github.com/pdm-project/pdm/issues/3152)) ##### Miscellany - Skip tests related to python installation on non-standard platforms. ([#​3053](https://redirect.github.com/pdm-project/pdm/issues/3053)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Nicolas Drebenstedt <[email protected]>
- Loading branch information