From dfb6c2cef405fb48770226ae9bb8049bf165de67 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:54:44 +0200 Subject: [PATCH] Update dependency pdm-backend to v2.3.1 (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [pdm-backend](https://togithub.com/pdm-project/pdm-backend) | build-system.requires | patch | `==2.3.0` -> `==2.3.1` | `2.3.2` | --- ### Release Notes
pdm-project/pdm-backend (pdm-backend) ### [`v2.3.1`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.1) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.3.0...2.3.1) #####    🐞 Bug Fixes - Handle unexpected hg repo when parse scm version  -  by [@​huxuan](https://togithub.com/huxuan) in [https://github.com/pdm-project/pdm-backend/issues/237](https://togithub.com/pdm-project/pdm-backend/issues/237) [(d6fec)](https://togithub.com/pdm-project/pdm-backend/commit/d6feccf) - Treat PDM_BUILD_SCM_VERSION empty string as unset  -  by [@​ryukinix](https://togithub.com/ryukinix) in [https://github.com/pdm-project/pdm-backend/issues/238](https://togithub.com/pdm-project/pdm-backend/issues/238) [(596f1)](https://togithub.com/pdm-project/pdm-backend/commit/596f1dc) - Honor the current working directory when importing pdm_build.py Close [#​245](https://togithub.com/pdm-project/pdm-backend/issues/245)  -  by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/245](https://togithub.com/pdm-project/pdm-backend/issues/245) [(ba98c)](https://togithub.com/pdm-project/pdm-backend/commit/ba98c85) - Errors when using the `editables` backend with the `includes` field. Fixes [#​242](https://togithub.com/pdm-project/pdm-backend/issues/242)  -  by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/242](https://togithub.com/pdm-project/pdm-backend/issues/242) [(59396)](https://togithub.com/pdm-project/pdm-backend/commit/59396e3) - Vendor editables  -  by [@​frostming](https://togithub.com/frostming) [(95da7)](https://togithub.com/pdm-project/pdm-backend/commit/95da73a) #####     [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.3.0...2.3.1)
--- ### 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). Co-authored-by: erichesse --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc5cde5..2fb77b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,5 +93,5 @@ known-first-party = ["mex", "tests"] convention = "google" [build-system] -requires = ["pdm-backend==2.3.0"] +requires = ["pdm-backend==2.3.1"] build-backend = "pdm.backend"