Skip to content

Commit

Permalink
Update dependency pdm-backend to v2.4.2 (#308)
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 | patch | `==2.4.1` -> `==2.4.2` |

---

### Release Notes

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

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

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

#####    🚀 Features

- Use fallback_version for source = "call"  -  by
[@&#8203;frostming](https://github.com/frostming) in
[https://github.com/pdm-project/pdm-backend/issues/264](https://github.com/pdm-project/pdm-backend/issues/264)
[<samp>(16562)</samp>](https://github.com/pdm-project/pdm-backend/commit/1656230)

#####    🐞 Bug Fixes

- Update to pyproject_metadata 0.9.0b5  -  by
[@&#8203;henryiii](https://github.com/henryiii) in
[https://github.com/pdm-project/pdm-backend/issues/263](https://github.com/pdm-project/pdm-backend/issues/263)
[<samp>(67fb7)</samp>](https://github.com/pdm-project/pdm-backend/commit/67fb709)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Oct 17, 2024
1 parent 57e8c94 commit 4462dfd
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 @@ -155,5 +155,5 @@ known-first-party = ["mex", "tests"]
convention = "google"

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

0 comments on commit 4462dfd

Please sign in to comment.