Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [pdm](https://github.com/pdm-project/pdm)
([changelog](https://pdm-project.org/latest/dev/changelog/)) | patch |
`==2.20.0.post1` -> `==2.20.1` |

---

### Release Notes

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

###
[`v2.20.1`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2201-2024-11-09)

[Compare
Source](https://github.com/pdm-project/pdm/compare/2.20.0.post1...2.20.1)

##### Features & Improvements

- Add a fixer to remove the deprecated `cross_platform` strategy from
lock file.
([#&#8203;3259](https://github.com/pdm-project/pdm/issues/3259))

##### Bug Fixes

- Fix the bug that `pdm build` would fail when `use_uv` is true.
([#&#8203;3231](https://github.com/pdm-project/pdm/issues/3231))
- Fix group name normalization when comparing groups.
([#&#8203;3247](https://github.com/pdm-project/pdm/issues/3247))
- Inherit file descriptors instead of closing when running child
processes in `pdm run`.
([#&#8203;3252](https://github.com/pdm-project/pdm/issues/3252))
- Fix using `no_proxy` when `all_proxy` is set.
([#&#8203;3254](https://github.com/pdm-project/pdm/issues/3254))
- Preserve multiline arrays and don't add empty tool.pdm table header
when updating the pyproject.toml.
([#&#8203;3258](https://github.com/pdm-project/pdm/issues/3258))
- Fix compatibility of `ErrorArgumentParser` for Python 3.12 and above.
([#&#8203;3264](https://github.com/pdm-project/pdm/issues/3264))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
RKIMetadataExchange authored Nov 18, 2024
1 parent 1e62cc3 commit 044dac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cruft==2.15.0
mex-release==0.3.0
pdm==2.20.0.post1
pdm==2.20.1
pre-commit==4.0.1
wheel==0.44.0

0 comments on commit 044dac2

Please sign in to comment.