Skip to content

Commit

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

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

---

### Release Notes

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

###
[`v2.22.1`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2221-2024-12-19)

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

##### Bug Fixes

- Fix zsh hanging issue by removing PyPI package completion.
([#&#8203;3329](https://redirect.github.com/pdm-project/pdm/issues/3329))
- Write dev dependencies to `dependency-groups` section when importing
project from other package managers.
([#&#8203;3354](https://redirect.github.com/pdm-project/pdm/issues/3354))

##### Miscellany

- Show a warning when resolving against cross-platform targets under uv
mode.
([#&#8203;3341](https://redirect.github.com/pdm-project/pdm/issues/3341))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My4yIiwidXBkYXRlZEluVmVyIjoiMzkuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
RKIMetadataExchange authored Jan 2, 2025
1 parent 08d161d commit 62f11ff
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.22.0
pdm==2.22.1
pre-commit==4.0.1
wheel==0.45.1

0 comments on commit 62f11ff

Please sign in to comment.