Skip to content

Commit

Permalink
Update dependency pdm to v2.22.2 (#368)
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.22.1` -> `==2.22.2` |

---

### Release Notes

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

###
[`v2.22.2`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2222-2025-01-11)

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

##### Features & Improvements

- Write installer metadata like `INSTALLER` and `REQUESTED` to dist-info
directory when installing packages.
([#&#8203;3359](https://github.com/pdm-project/pdm/issues/3359))
- Respect `.python-version` file in the project root directory when
selecting the Python interpreter. By default, it will be written when
running `pdm use` command.
([#&#8203;3367](https://github.com/pdm-project/pdm/issues/3367))

##### Bug Fixes

- Fix a problem of missing dependencies when adding to dev dependencies
if both editable and non-editable dependencies exist.
([#&#8203;3361](https://github.com/pdm-project/pdm/issues/3361))
- Use stdlib for URL <-> Path conversions.
([#&#8203;3362](https://github.com/pdm-project/pdm/issues/3362))
- `shellingham.detect_shell()` returns `('tcsh', '/bin/tcsh')` for tcsh
on FreeBSD, so the current code tries to use the Bash venv activation
script and fails due to syntax error. This change fixes the issue.
([#&#8203;3366](https://github.com/pdm-project/pdm/issues/3366))
- Fix a performance issue because pypi source credentials were being
queried many times from keyring.
([#&#8203;3368](https://github.com/pdm-project/pdm/issues/3368))

</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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjExNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: esinsj <[email protected]>
  • Loading branch information
RKIMetadataExchange and esinsj authored Jan 23, 2025
1 parent ce15e9a commit e198e5f
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.16.0
mex-release==0.3.0
pdm==2.22.1
pdm==2.22.2
pre-commit==4.0.1
wheel==0.45.1

0 comments on commit e198e5f

Please sign in to comment.