Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2023

Bumps pdm from 2.5.3 to 2.6.1.

Release notes

Sourced from pdm's releases.

v2.6.1

Bug Fixes

  • Fix the error when publishing using trusted publisher. #1868
  • Fix a bug that PATH env var isn't set correctly when running under non-isolation mode. #1904

v2.6.0

Features & Improvements

  • Install project-level plugins from project config, with tool.pdm.plugins setting. #1461
  • Added a --json flag to both run and info command allowing to dump scripts and infos as JSON. #1854
  • Consider tasks with a name starting by an underscore (_) as internal tasks and hide them from the listing. #1855
  • When running pdm init -n(non-interactive mode), a venv will be created by default. Previously, the selected Python will be used under PEP 582 mode. #1862
  • Support Trusted Publisher. #1868
  • Add an ephemeral wheel cache in process for wheels built from non-static revision sources. #1885
  • Allow self-referencing groups in dev-dependencies. #1890
  • Add an option --no-cross-platform to pdm lock to create a non-cross-platform lockfile. #1898

Bug Fixes

  • Fix brackets in --venv option descriptions in zsh completion script. #1847
  • The resolver doesn't take into account of the requirements for both bare package and package[extra]. #1851
  • Default pypi source does not use configured pypi.password, but "" instead. #1856
  • Detect Python interpreters under the root of virtual environments. #1866
  • Fix a race condition when the builder is creating a new build directory. #1869
  • Raise FileNotFoundError if the requirement path is not found. #1875
  • Fix a bug that the self package isn't uninstallable. #1901

v2.5.6

Bug Fixes

  • Fix a double reading issue due to cachecontrol not compatible with urllib3 2.0. #1894

v2.5.5

No significant changes.

v2.5.4

Bug Fixes

  • Pin the urllib3 to <2.0 to avoid incompatibility with cachecontrol. #1886
Changelog

Sourced from pdm's changelog.

Release v2.6.1 (2023-05-10)

Bug Fixes

  • Fix the error when publishing using trusted publisher. #1868
  • Fix a bug that PATH env var isn't set correctly when running under non-isolation mode. #1904

Release v2.6.0 (2023-05-09)

Features & Improvements

  • Install project-level plugins from project config, with tool.pdm.plugins setting. #1461
  • Added a --json flag to both run and info command allowing to dump scripts and infos as JSON. #1854
  • Consider tasks with a name starting by an underscore (_) as internal tasks and hide them from the listing. #1855
  • When running pdm init -n(non-interactive mode), a venv will be created by default. Previously, the selected Python will be used under PEP 582 mode. #1862
  • Support Trusted Publisher. #1868
  • Add an ephemeral wheel cache in process for wheels built from non-static revision sources. #1885
  • Allow self-referencing groups in dev-dependencies. #1890
  • Add an option --no-cross-platform to pdm lock to create a non-cross-platform lockfile. #1898

Bug Fixes

  • Fix brackets in --venv option descriptions in zsh completion script. #1847
  • The resolver doesn't take into account of the requirements for both bare package and package[extra]. #1851
  • Default pypi source does not use configured pypi.password, but "" instead. #1856
  • Detect Python interpreters under the root of virtual environments. #1866
  • Fix a race condition when the builder is creating a new build directory. #1869
  • Raise FileNotFoundError if the requirement path is not found. #1875
  • Fix a bug that the self package isn't uninstallable. #1901

Release v2.5.6 (2023-05-07)

Bug Fixes

  • Fix a double reading issue due to cachecontrol not compatible with urllib3 2.0. #1894

Release v2.5.5 (2023-05-05)

No significant changes.

Release v2.5.4 (2023-05-05)

... (truncated)

Commits
  • 236254f chore: Release 2.6.1
  • ba0cf6c ci: use pdm to build and publish
  • c294b62 fix: error occurs when publishing using trusted publisher.
  • 23ae2b7 fix: the PATH env isn't set correctly under no-build-isolation (#1904)
  • b5db072 chore: update docs
  • 66af97a chore: Release 2.6.0
  • 031a219 fix: the self package isn't uninstallable (#1903)
  • e099a53 feat: option to create non-crossplatform lockfile (#1898)
  • e41d977 feat: PyPI Trusted Publisher Support (#1899)
  • d52c79c feat: install plugins from project config (#1893)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pdm](https://github.com/pdm-project/pdm) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/pdm-project/pdm/releases)
- [Changelog](https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md)
- [Commits](pdm-project/pdm@2.5.3...2.6.1)

---
updated-dependencies:
- dependency-name: pdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 10, 2023
@adamtheturtle adamtheturtle merged commit 94bbf70 into master May 11, 2023
@adamtheturtle adamtheturtle deleted the dependabot/pip/pdm-2.6.1 branch May 11, 2023 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants