Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2023

Bumps pdm from 2.8.0 to 2.8.1.

Release notes

Sourced from pdm's releases.

v2.8.1

Features & Improvements

  • Add keyring, copier, cookiecutter, template, truststore dependency groups. #2109
  • Ignore wheels for python versions not in range. #2113
  • Read default value from env var PDM_PROJECT for -p/--project option. #2126

Bug Fixes

  • Fix the comparison of the candidate keys in the lockfile. #2120
  • Don't update pyproject.toml if both --unconstrained and --dry-run are passed to pdm update. #2125
  • Overwrite the build-system table when importing from other package manager. #2126
  • Skip sources with empty URL when merging sources. #2130
  • Fix the invalid requirement converted from poetry metadata. #2133

Dependencies

  • Update unearth to 0.10.0 #2113
Changelog

Sourced from pdm's changelog.

Release v2.8.1 (2023-07-26)

Features & Improvements

  • Add keyring, copier, cookiecutter, template, truststore dependency groups. #2109
  • Ignore wheels for python versions not in range. #2113
  • Read default value from env var PDM_PROJECT for -p/--project option. #2126

Bug Fixes

  • Fix the comparison of the candidate keys in the lockfile. #2120
  • Don't update pyproject.toml if both --unconstrained and --dry-run are passed to pdm update. #2125
  • Overwrite the build-system table when importing from other package manager. #2126
  • Skip sources with empty URL when merging sources. #2130
  • Fix the invalid requirement converted from poetry metadata. #2133

Dependencies

  • Update unearth to 0.10.0 #2113
Commits
  • 439eb9b chore: Release 2.8.1
  • 064efbb fix: invalid requirement converted from poetry metadata (#2135)
  • a7b721f fix: ignore empty source when merging sources (#2131)
  • b83a70b feat: read default value from env var
  • d2b2845 doc: Corrected documented default value for venv.in_project (#2127)
  • 70958e0 fix: overwrite the build-system table
  • c4516c8 fix: don't update pyproject.toml if dry-run mode is on
  • 546a367 fix: correct the comparison of candidate keys (#2123)
  • 279edb4 fix: Fix a build error due to old version of pdm-backeend
  • 8d65ac6 feat: ignore wheels for pythons not in range (#2113)
  • 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.8.0 to 2.8.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.8.0...2.8.1)

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

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 Jul 26, 2023
@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d85ce28) 99.69% compared to head (850a419) 99.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1660   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          71       71           
  Lines        4937     4937           
  Branches      646      646           
=======================================
  Hits         4922     4922           
  Misses         13       13           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamtheturtle adamtheturtle merged commit da4ee3a into master Jul 26, 2023
@adamtheturtle adamtheturtle deleted the dependabot/pip/pdm-2.8.1 branch July 26, 2023 14:36
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