wearepal / EthicML

Package for evaluating the performance of methods which aim to increase fairness, accountability and/or transparency
https://wearepal.ai/EthicML/
GNU General Public License v3.0
23 stars 3 forks source link

Build(deps): Bump pdm from 2.15.3 to 2.15.4 #1132

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps pdm from 2.15.3 to 2.15.4.

Release notes

Sourced from pdm's releases.

v2.15.4

Bug Fixes

  • Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. (#2843)
  • Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. (#2898)
  • Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. (#2900)
  • Fix a bug that VCS dependencies and --self don't work in the exported requirements.txt with hashes. (#2908)
  • Fix a cache miss when there exist built wheels for a given link. (#2912)
  • Don't try to store caches when --no-cache is given. (#2913)
Changelog

Sourced from pdm's changelog.

Release v2.15.4 (2024-05-30)

Bug Fixes

  • Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. (#2843)
  • Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. (#2898)
  • Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. (#2900)
  • Fix a bug that VCS dependencies and --self don't work in the exported requirements.txt with hashes. (#2908)
  • Fix a cache miss when there exist built wheels for a given link. (#2912)
  • Don't try to store caches when --no-cache is given. (#2913)
Commits
  • f429652 chore: Release 2.15.4
  • d925136 fix: don't touch caches if no-cache is given (#2913)
  • 78110b2 fix: build cache miss (#2912)
  • 28fd928 fix: Build wheel from sdist to ensure a proper sdist is created. (#2910)
  • 9c8e515 fix: pdm export --self is incompatible with hashes (#2909)
  • 89886b8 doc: cleanup the blank lines
  • c5967da fix: integration test
  • b925c78 chore: update unearth version
  • 7310aae fix: Maximum recursion depth exceeded (#2905)
  • 06d4592 fix: self-referencing extra dependencies doesn't work for local packages (#2898)
  • 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 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)