Skip to content

Commit

Permalink
Update dependency pdm-backend to v2.3.1 (#73)
Browse files Browse the repository at this point in the history
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

<details>
<summary>pdm-project/pdm-backend (pdm-backend)</summary>

###
[`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
[@&#8203;huxuan](https://togithub.com/huxuan) in
[https://github.com/pdm-project/pdm-backend/issues/237](https://togithub.com/pdm-project/pdm-backend/issues/237)
[<samp>(d6fec)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/d6feccf)
- Treat PDM_BUILD_SCM_VERSION empty string as unset  -  by
[@&#8203;ryukinix](https://togithub.com/ryukinix) in
[https://github.com/pdm-project/pdm-backend/issues/238](https://togithub.com/pdm-project/pdm-backend/issues/238)
[<samp>(596f1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/596f1dc)
- Honor the current working directory when importing pdm_build.py Close
[#&#8203;245](https://togithub.com/pdm-project/pdm-backend/issues/245)
 -  by [@&#8203;frostming](https://togithub.com/frostming) in
[https://github.com/pdm-project/pdm-backend/issues/245](https://togithub.com/pdm-project/pdm-backend/issues/245)
[<samp>(ba98c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/ba98c85)
- Errors when using the `editables` backend with the `includes` field.
Fixes
[#&#8203;242](https://togithub.com/pdm-project/pdm-backend/issues/242)
 -  by [@&#8203;frostming](https://togithub.com/frostming) in
[https://github.com/pdm-project/pdm-backend/issues/242](https://togithub.com/pdm-project/pdm-backend/issues/242)
[<samp>(59396)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/59396e3)
- Vendor editables  -  by
[@&#8203;frostming](https://togithub.com/frostming)
[<samp>(95da7)</samp>](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)

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: erichesse <[email protected]>
  • Loading branch information
RKIMetadataExchange and erichesse authored Jul 9, 2024
1 parent cf29dff commit dfb6c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dfb6c2c

Please sign in to comment.