Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [pdm-backend](https://togithub.com/pdm-project/pdm-backend) |
build-system.requires | patch | `==2.3.1` -> `==2.3.2` |

---

### Release Notes

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

###
[`v2.3.2`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.2)

[Compare
Source](https://togithub.com/pdm-project/pdm-backend/compare/2.3.1...2.3.2)

#####    🐞 Bug Fixes

- Detect src layout only if it exists and included by build config  - 
by [@&#8203;frostming](https://togithub.com/frostming)
[<samp>(9466c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/9466c66)
- Use compatible is_relative_to for Python 3.8  -  by
[@&#8203;frostming](https://togithub.com/frostming)
[<samp>(30c46)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/30c4614)

#####    📝 Documentation

- Update the logo url  -  by
[@&#8203;frostming](https://togithub.com/frostming)
[<samp>(fd5ef)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/fd5eff3)

#####     [View changes on
GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.3.1...2.3.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Jul 12, 2024
1 parent 16eb477 commit 820f788
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 @@ -143,5 +143,5 @@ known-first-party = ["mex", "tests"]
convention = "google"

[build-system]
requires = ["pdm-backend==2.3.1"]
requires = ["pdm-backend==2.3.2"]
build-backend = "pdm.backend"

0 comments on commit 820f788

Please sign in to comment.