Skip to content

Commit

Permalink
Update dependency pdm to v2.22.0 (#353)
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/)) | minor |
`==2.21.0` -> `==2.22.0` |

---

### Release Notes

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

###
[`v2.22.0`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2220-2024-12-09)

[Compare
Source](https://github.com/pdm-project/pdm/compare/2.21.0...2.22.0)

##### Features & Improvements

- Use minimal template if the project is an application.
([#&#8203;3295](https://github.com/pdm-project/pdm/issues/3295))
- Add one `safe_compatible` version specifiers saving strategy.
([#&#8203;3301](https://github.com/pdm-project/pdm/issues/3301))
- Allow customizing scripts display with `scripts.show_header` settings.
([#&#8203;3313](https://github.com/pdm-project/pdm/issues/3313))
- Speed up the resolution by only resolving wheel candidates if
possible.
([#&#8203;3319](https://github.com/pdm-project/pdm/issues/3319))
- Drop version from the search result, following the change of
warehouse.
([#&#8203;3328](https://github.com/pdm-project/pdm/issues/3328))
- Support `overrides` settings under `[tool.pdm.resolution]` with use_uv
([#&#8203;3330](https://github.com/pdm-project/pdm/issues/3330))

##### Bug Fixes

- No longer requires `wheel` to build a setuptools-backed package.
([#&#8203;3320](https://github.com/pdm-project/pdm/issues/3320))
- Fix an inconsistent behavior when running `pdm remove <package>` with
uv enabled.
([#&#8203;3323](https://github.com/pdm-project/pdm/issues/3323))
- Fix: uninstallation error when pdm is not installed before.
([#&#8203;3325](https://github.com/pdm-project/pdm/issues/3325))
- Fix a bug in uv mode that direct URL dependencies can't be installed.
([#&#8203;3332](https://github.com/pdm-project/pdm/issues/3332))
- Fix a crash issue when rewriting dependency groups with
`include-group` items.
([#&#8203;3333](https://github.com/pdm-project/pdm/issues/3333))
- Also read username from keyring if missing in source/repository
config.
([#&#8203;3334](https://github.com/pdm-project/pdm/issues/3334))
- Allow configuring repositories in project.
([#&#8203;3335](https://github.com/pdm-project/pdm/issues/3335))

##### Miscellany

- Mark tests that require uv and skip them if uv is not found.
([#&#8203;3324](https://github.com/pdm-project/pdm/issues/3324))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
RKIMetadataExchange authored Dec 17, 2024
1 parent c1af3e0 commit 314b3e1
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.21.0
pdm==2.22.0
pre-commit==4.0.1
wheel==0.45.1

0 comments on commit 314b3e1

Please sign in to comment.