From ee80eeb270052738228fa38bff2b2dd99469978d Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:55:41 +0200 Subject: [PATCH] Update dependency pdm to v2.17.2 (#255) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [pdm](https://togithub.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | patch | `==2.17.1` -> `==2.17.2` | `2.17.3` | --- ### Release Notes
pdm-project/pdm (pdm) ### [`v2.17.2`](https://togithub.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2172-2024-07-31) [Compare Source](https://togithub.com/pdm-project/pdm/compare/2.17.1...2.17.2) ##### Features & Improvements - Improve the installation progress output to show the time elapsed. ([#​3051](https://togithub.com/pdm-project/pdm/issues/3051)) - The effect of `pypi.ignore_stored_index` changes a bit. Now even if it is true, index configurations in the config will still be loaded if the index is listed in the `pyproject.toml`. ([#​3052](https://togithub.com/pdm-project/pdm/issues/3052)) ##### Bug Fixes - Ignore invalid requires-python values from index. ([#​3038](https://togithub.com/pdm-project/pdm/issues/3038)) - Fix the group selection logic, to make `--without GROUP` work as expected. ([#​3045](https://togithub.com/pdm-project/pdm/issues/3045)) - Suppress outputs for `pdm python install --quiet`. ([#​3049](https://togithub.com/pdm-project/pdm/issues/3049))
--- ### 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://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af00eeed..568e60bd 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.17.1 +pdm==2.17.2 pre-commit==3.8.0 wheel==0.43.0