From a0181bfc2a84184d15e4e1afb2607616d886eebd Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:09:53 +0200 Subject: [PATCH] Update dependency pdm to v2.19.1 (#298) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/)) | patch | `==2.19.0` -> `==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))
--- ### 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. --- - [ ] 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). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b62f8d4..df636af0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cruft==2.15.0 mex-release @ git+https://github.com/robert-koch-institut/mex-release.git -pdm==2.19.0 +pdm==2.19.1 pre-commit==3.8.0 wheel==0.44.0