Skip to content

Commit

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

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

---

### Release Notes

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

###
[`v2.19.3`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2193-2024-10-19)

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

##### Features & Improvements

- Allow linking existing Python interpreters to PDM's managed location.
([#&#8203;3215](https://github.com/pdm-project/pdm/issues/3215))

##### Bug Fixes

- Fix a bug that overrides provided by environment variables do not
work.
([#&#8203;3182](https://github.com/pdm-project/pdm/issues/3182))
- Allow prereleases when the requirement is pinned even if disabled by
project
([#&#8203;3202](https://github.com/pdm-project/pdm/issues/3202))
- Pass the python path to the uv venv command.
([#&#8203;3204](https://github.com/pdm-project/pdm/issues/3204))
- Fix the infinite loop when running in uv mode if the current project
has dynamic metadata.
([#&#8203;3207](https://github.com/pdm-project/pdm/issues/3207))
- Add `--no-frozen-deps` option to `install-pdm.py` script to allow
installing newer versions of dependencies.
([#&#8203;3213](https://github.com/pdm-project/pdm/issues/3213))
- `pdm self update` now prefers the locked dependencies unless
`--no-frozen-deps` is specified.
([#&#8203;3216](https://github.com/pdm-project/pdm/issues/3216))
- By default, `pdm outdated` will only list direct dependencies. This
can be changed by adding the `--include-sub` option.
([#&#8203;3218](https://github.com/pdm-project/pdm/issues/3218))

##### Documentation

- Show users the way to uninstall pdm in a more obvious way
([#&#8203;2470](https://github.com/pdm-project/pdm/issues/2470))

###
[`v2.19.2`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2192-2024-10-11)

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

##### Features & Improvements

- Support installing free-threaded Python interpreters with the `t`
suffix.
([#&#8203;3201](https://github.com/pdm-project/pdm/issues/3201))

##### Bug Fixes

- `use_uv` fails to lock when there are non-ascii characters in
pyproject.toml on Windows.
([#&#8203;3181](https://github.com/pdm-project/pdm/issues/3181))
- Fix the `pre_install` and `post_install` signals receiving an
exhausted generator, instead of a list of packages.
([#&#8203;3190](https://github.com/pdm-project/pdm/issues/3190))
- Create backup file with random filename to avoid conflicts.
([#&#8203;3193](https://github.com/pdm-project/pdm/issues/3193))
- Fix the logic error in the `uv` format marker matching.
([#&#8203;3197](https://github.com/pdm-project/pdm/issues/3197))
- `pdm lock --check` on a lockfile generated with older PDM version has
a 0 exit code when there's a change in `pyproject.toml`.
([#&#8203;3199](https://github.com/pdm-project/pdm/issues/3199))

##### Documentation

- Fixed *Bash Completion* suggestion so it doesn't require root
privileges
([#&#8203;3183](https://github.com/pdm-project/pdm/issues/3183))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Nov 5, 2024
1 parent 4876615 commit 30e60fd
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 @ git+https://github.com/robert-koch-institut/mex-release.git
pdm==2.19.1
pdm==2.19.3
pre-commit==4.0.1
wheel==0.44.0

0 comments on commit 30e60fd

Please sign in to comment.