Skip to content

Commit

Permalink
Update dependency pdm to v2.20.0.post1 (#119)
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.19.3` -> `==2.20.0.post1` |

---

### Release Notes

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

###
[`v2.20.0.post1`](https://github.com/pdm-project/pdm/releases/tag/2.20.0.post1)

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

##### Features & Improvements

- Support dependency groups as standardized by [PEP
735](https://peps.python.org/pep-0735/). By default, dev dependencies
will be written to `[dependency-groups]` table.
([#&#8203;3230](https://github.com/pdm-project/pdm/issues/3230))

##### Bug Fixes

- Fix a bug that `strategy.inherit_metadata` config is not honored when
using `--lockfile` option.
([#&#8203;3232](https://github.com/pdm-project/pdm/issues/3232))
- Always perform install-time resolution when `use_uv` is on.
([#&#8203;3233](https://github.com/pdm-project/pdm/issues/3233))

##### Miscellany

- Update `resolvelib` to 1.1.0.
([#&#8203;3235](https://github.com/pdm-project/pdm/issues/3235))

###
[`v2.20.0`](https://github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2200-2024-10-31)

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

##### Features & Improvements

- Support dependency groups as standardized by [PEP
735](https://peps.python.org/pep-0735/). By default, dev dependencies
will be written to `[dependency-groups]` table.
([#&#8203;3230](https://github.com/pdm-project/pdm/issues/3230))

##### Bug Fixes

- Fix a bug that `strategy.inherit_metadata` config is not honored when
using `--lockfile` option.
([#&#8203;3232](https://github.com/pdm-project/pdm/issues/3232))
- Always perform install-time resolution when `use_uv` is on.
([#&#8203;3233](https://github.com/pdm-project/pdm/issues/3233))

##### Miscellany

- Update `resolvelib` to 1.1.0.
([#&#8203;3235](https://github.com/pdm-project/pdm/issues/3235))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
RKIMetadataExchange authored Nov 8, 2024
1 parent 2dfb12b commit af56c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mex-{{ cookiecutter.project_name }}/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.19.3
pdm==2.20.0.post1
pre-commit==4.0.1
wheel==0.44.0
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.19.3
pdm==2.20.0.post1
pre-commit==4.0.1
wheel==0.44.0

0 comments on commit af56c8f

Please sign in to comment.