Skip to content

Commit

Permalink
Update dependency pdm-backend to v2.4.1 (#295)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pdm-backend](https://github.com/pdm-project/pdm-backend) |
build-system.requires | minor | `==2.3.3` -> `==2.4.1` |

---

### Release Notes

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

###
[`v2.4.1`](https://github.com/pdm-project/pdm-backend/releases/tag/2.4.1)

[Compare
Source](https://github.com/pdm-project/pdm-backend/compare/2.4.0...2.4.1)

#####    🐞 Bug Fixes

- Can't format requirements when converting to setup.py  -  by
[@&#8203;frostming](https://github.com/frostming)
[<samp>(856d8)</samp>](https://github.com/pdm-project/pdm-backend/commit/856d849)
- Update to pyproject_metadata 0.9.0b4  -  by
[@&#8203;frostming](https://github.com/frostming)
[<samp>(88c3f)</samp>](https://github.com/pdm-project/pdm-backend/commit/88c3f44)

#####     [View changes on
GitHub](https://github.com/pdm-project/pdm-backend/compare/2.4.0...2.4.1)

###
[`v2.4.0`](https://github.com/pdm-project/pdm-backend/releases/tag/2.4.0)

[Compare
Source](https://github.com/pdm-project/pdm-backend/compare/2.3.3...2.4.0)

#####    🚀 Features

- Accept context as the second argument to version_format function  - 
by [@&#8203;frostming](https://github.com/frostming) in
[https://github.com/pdm-project/pdm-backend/issues/258](https://github.com/pdm-project/pdm-backend/issues/258)
[<samp>(708aa)</samp>](https://github.com/pdm-project/pdm-backend/commit/708aa3f)
- Update pyproject-metadata to support latest version of PEP 639  -  by
[@&#8203;frostming](https://github.com/frostming) in
[https://github.com/pdm-project/pdm-backend/issues/259](https://github.com/pdm-project/pdm-backend/issues/259)
[<samp>(6c48d)</samp>](https://github.com/pdm-project/pdm-backend/commit/6c48d72)

#####    🐞 Bug Fixes

- Project license field  -  by
[@&#8203;frostming](https://github.com/frostming)
[<samp>(6853a)</samp>](https://github.com/pdm-project/pdm-backend/commit/6853a13)

#####     [View changes on
GitHub](https://github.com/pdm-project/pdm-backend/compare/2.3.3...2.4.0)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Sep 30, 2024
1 parent cfb6cb7 commit 7e6a414
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 @@ -147,5 +147,5 @@ known-first-party = ["mex", "tests"]
convention = "google"

[build-system]
requires = ["pdm-backend==2.3.3"]
requires = ["pdm-backend==2.4.1"]
build-backend = "pdm.backend"

0 comments on commit 7e6a414

Please sign in to comment.