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.17.1 to 2.17.3 #1163

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps pdm from 2.17.1 to 2.17.3.

Release notes

Sourced from pdm's releases.

v2.17.3

Bug Fixes

  • Fix a crash issue when requires-python is absent in the project metadata. (#3062)
  • Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when it is set to "false", "no", "0". (#3064)
  • Fix a bug that PDM plugins installed from project-root cannot be loaded, if they have dependencies. (#3067)

v2.17.2

Features & Improvements

  • Improve the installation progress output to show the time elapsed. (#3051)
  • The effect of pypi.ignore_stored_index changes a bit. Now even if it is true, index configurations in the config will still be loaded if the index is listed in the pyproject.toml. (#3052)

Bug Fixes

  • Ignore invalid requires-python values from index. (#3038)
  • Fix the group selection logic, to make --without GROUP work as expected. (#3045)
  • Suppress outputs for pdm python install --quiet. (#3049)
Changelog

Sourced from pdm's changelog.

Release v2.17.3 (2024-08-01)

Bug Fixes

  • Fix a crash issue when requires-python is absent in the project metadata. (#3062)
  • Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when it is set to "false", "no", "0". (#3064)
  • Fix a bug that PDM plugins installed from project-root cannot be loaded, if they have dependencies. (#3067)

Release v2.17.2 (2024-07-31)

Features & Improvements

  • Improve the installation progress output to show the time elapsed. (#3051)
  • The effect of pypi.ignore_stored_index changes a bit. Now even if it is true, index configurations in the config will still be loaded if the index is listed in the pyproject.toml. (#3052)

Bug Fixes

  • Ignore invalid requires-python values from index. (#3038)
  • Fix the group selection logic, to make --without GROUP work as expected. (#3045)
  • Suppress outputs for pdm python install --quiet. (#3049)
Commits
  • 3d3c849 chore: Release 2.17.3
  • 7ecf86d fix: rename the news
  • 08c58f7 fix: PDM plugins installed from project-root cannot be loaded, if they have d...
  • c81b1a0 fix: Ensure bool pdm ignore saved python (#3064)
  • 46c72be fix: No requires-python in project metadata crashes pdm (#3068)
  • 5f8e4cf doc: fix changelog
  • fa61dbc chore: Release 2.17.2
  • 2e33be1 fix: Allow to disable default PyPI without overriding it (#3061)
  • 7112b4e feat: Display Installation Time (#3060)
  • 7c58887 feat: replace literal types with type aliases (#3056)
  • 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)