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.8.0 to 2.8.1 #540

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Conversation

dependabot[bot]
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] <[email protected]>
@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 (c5b6c36) 100.00% compared to head (48bc6e1) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #540   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          265       265           
  Branches         9         9           
=========================================
  Hits           265       265           

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

@adamtheturtle adamtheturtle merged commit 9be27b3 into master Jul 26, 2023
6 checks passed
@adamtheturtle adamtheturtle deleted the dependabot/pip/pdm-2.8.1 branch July 26, 2023 14:34
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