Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Bump pdm from 2.20.0.post1 to 2.20.1 #45

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps pdm from 2.20.0.post1 to 2.20.1.

Release notes

Sourced from pdm's releases.

v2.20.1

Features & Improvements

  • Add a fixer to remove the deprecated cross_platform strategy from lock file. (#3259)

Bug Fixes

  • Fix the bug that pdm build would fail when use_uv is true. (#3231)
  • Fix group name normalization when comparing groups. (#3247)
  • Inherit file descriptors instead of closing when running child processes in pdm run. (#3252)
  • Fix using no_proxy when all_proxy is set. (#3254)
  • Preserve multiline arrays and don't add empty tool.pdm table header when updating the pyproject.toml. (#3258)
  • Fix compatibility of ErrorArgumentParser for Python 3.12 and above. (#3264)
Changelog

Sourced from pdm's changelog.

Release v2.20.1 (2024-11-09)

Features & Improvements

  • Add a fixer to remove the deprecated cross_platform strategy from lock file. (#3259)

Bug Fixes

  • Fix the bug that pdm build would fail when use_uv is true. (#3231)
  • Fix group name normalization when comparing groups. (#3247)
  • Inherit file descriptors instead of closing when running child processes in pdm run. (#3252)
  • Fix using no_proxy when all_proxy is set. (#3254)
  • Preserve multiline arrays and don't add empty tool.pdm table header when updating the pyproject.toml. (#3258)
  • Fix compatibility of ErrorArgumentParser for Python 3.12 and above. (#3264)

Release v2.20.0 (2024-10-31)

Features & Improvements

  • Support dependency groups as standardized by PEP 735. By default, dev dependencies will be written to [dependency-groups] table. (#3230)

Bug Fixes

  • Fix a bug that strategy.inherit_metadata config is not honored when using --lockfile option. (#3232)
  • Always perform install-time resolution when use_uv is on. (#3233)

Miscellany

  • Update resolvelib to 1.1.0. (#3235)

Release v2.19.3 (2024-10-19)

Features & Improvements

  • Allow linking existing Python interpreters to PDM's managed location. (#3215)

Bug Fixes

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

Documentation

... (truncated)

Commits
  • 6ed7b6e chore: Release 2.20.1
  • ec0a2fe fix: ErrorArgumentParser override of _parse_known_args is incompatible with 3...
  • 88d947f [pre-commit.ci] pre-commit autoupdate (#3253)
  • 004abcc fix: Don't add empty tool.pdm table header when updating the pyproject.toml (...
  • 1a20587 fix: detect uv bin in the new location
  • ea39d36 fix: FileNotFoundError with pdm run and process substitution (#3260)
  • 387d211 Fix sorting of proxy_map in PDMPyPIClient (#3255)
  • ae4d6cc feat: add a fixer for deprecating cross platform strategy (#3259)
  • 0097247 Fix sorting of proxy_map in PDMPyPIClient (#3255)
  • acb40b0 fix: dependency group with non-normalized name does not work in pdm 2.20.0 (#...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
@dependabot dependabot bot requested a review from OLILHR November 11, 2024 13:41
@github-actions github-actions bot enabled auto-merge (squash) November 11, 2024 13:41
Bumps [pdm](https://github.com/pdm-project/pdm) from 2.20.0.post1 to 2.20.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.20.0.post1...2.20.1)

---
updated-dependencies:
- dependency-name: pdm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pdm-2.20.1 branch from a224982 to 67a3c15 Compare November 11, 2024 13:43
@github-actions github-actions bot merged commit 7815fea into main Nov 15, 2024
11 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pdm-2.20.1 branch November 15, 2024 21:55
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.

1 participant