Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [pdm](https://togithub.com/pdm-project/pdm)
([changelog](https://pdm-project.org/latest/dev/changelog/)) | patch |
`==2.15.2` -> `==2.15.3` |

---

### Release Notes

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

###
[`v2.15.3`](https://togithub.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2153-2024-05-20)

[Compare
Source](https://togithub.com/pdm-project/pdm/compare/2.15.2...2.15.3)

##### Bug Fixes

- Fixed pdm venv activate, to also work for windows. And added
documentation on how to authenticate to Azure Artifacts
([#&#8203;2851](https://togithub.com/pdm-project/pdm/issues/2851))
- Don't show unsupported formats in `pdm export`.
([#&#8203;2877](https://togithub.com/pdm-project/pdm/issues/2877))
- Proxy (`HTTP_PROXY` env vars) settings are ignored for custom indexes.
([#&#8203;2880](https://togithub.com/pdm-project/pdm/issues/2880))
- Fix the quoting of venv activate command for powershell.
([#&#8203;2881](https://togithub.com/pdm-project/pdm/issues/2881))
- Raise an error if the package given by `pdm update` does not exist in
the select dependency group but in other groups.
([#&#8203;2885](https://togithub.com/pdm-project/pdm/issues/2885))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored May 28, 2024
1 parent 25c36c4 commit 1306a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mex-{{ cookiecutter.project_name }}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cruft==2.15.0
pdm==2.15.2
pdm==2.15.3
pre-commit==3.7.1
wheel==0.43.0

0 comments on commit 1306a62

Please sign in to comment.