serious-scaffold / ss-python

An evolving Python project template that covers the full development lifecycle.
https://serious-scaffold.github.io/ss-python/
MIT License
74 stars 7 forks source link

build(deps): update dependency pdm to v2.19.1 #742

Closed serious-scaffold[bot] closed 5 days ago

serious-scaffold[bot] commented 6 days ago

This PR contains the following updates:

Package Update Change
pdm (changelog) minor 2.18.2 -> 2.19.1

Release Notes

pdm-project/pdm (pdm) ### [`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))

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 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.



This PR has been generated by Renovate Bot.