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

Update CI dependencies (master) (minor) #2735

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/prospector repository minor v1.13.3 -> v1.14.1 age adoption passing confidence
astral-sh/ruff-pre-commit repository minor v0.8.6 -> v0.9.4 age adoption passing confidence
codespell-project/codespell repository minor v2.3.0 -> v2.4.1 age adoption passing confidence
importlib-metadata minor <8.5.1 -> <8.6.2 age adoption passing confidence
poetry-dynamic-versioning minor ==1.4.1 -> ==1.7.1 age adoption passing confidence
poetry-plugin-export minor ==1.8.0 -> ==1.9.0 age adoption passing confidence
pre-commit minor ==4.0.1 -> ==4.1.0 age adoption passing confidence
prospector-profile-utils minor 1.14.1 -> 1.17.0 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.30.0 -> 0.31.1 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 39.86.3 -> 39.157.0 age adoption passing confidence
ruff (source, changelog) minor 0.8.6 -> 0.9.4 age adoption passing confidence
sbrunner/hooks repository minor 1.1.2 -> 1.2.1 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/prospector (PyCQA/prospector)

v1.14.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.14.0...v1.14.1

v1.14.0

Compare Source

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: prospector-dev/prospector@v1.13.3...1.14.0

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.4

v0.9.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.3

v0.9.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.2

v0.9.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.1

v0.9.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.0

codespell-project/codespell (codespell-project/codespell)

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codespell-project/codespell@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: codespell-project/codespell@v2.3.0...v2.4.0

python/importlib_metadata (importlib-metadata)

v8.6.1

Compare Source

v8.6.0

Compare Source

mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)

v1.7.1

Compare Source

  • Fixed:
    • There was an intermittent ValueError in PEP 621 mode,
      related to trying to remove "version" from project.dynamic
      when it had already been removed.

v1.7.0

Compare Source

  • Added:
    • The enable command now supports the bypass/override environment variables
      to use a different placeholder version than 0.0.0.
  • Fixed:
    • The enable command would add "version" to project.dynamic even if it were already present.
      (Contributed by waketzheng)
    • The enable command would set tool.poetry.version to "0.0.0"
      even if the field were already present with a different value.

v1.6.0

Compare Source

  • Added:
    • CLI: show command to print the version without changing any files.

v1.5.2

Compare Source

  • Fixed:
    • The formatting of project.dynamic and tool.poetry.version
      could be changed when triggering the plugin via poetry dynamic-versioning or pip install
      (but not via poetry build or poetry-dynamic-versioning).

v1.5.1

Compare Source

v1.5.0

Compare Source

  • Added:
    • CLI: When pyproject.toml contains the project section,
      the enable command will add the required fields for Poetry 2.0.0+.
  • Fixed:
    • For compatibility with Poetry 2.0.0,
      adjusted Poetry constraint from ^1.2.0 to >=1.2.0.
    • For compatibility with Poetry 2.0.0,
      when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
      the plugin ensures not to set project.version and tool.poetry.version at the same time.
    • An UnboundLocalError could happen when pyproject.toml was misconfigured.
python-poetry/poetry-plugin-export (poetry-plugin-export)

v1.9.0

Compare Source

Added
  • Add an --all-groups option to export dependencies from all groups (#​294).
Changed
  • Drop support for Python 3.8 (#​300).
  • Clarify the help text of --with and --only and deprecate --without (#​212).
  • Fail if the poetry.lock file is not consistent with the pyproject.toml file (#​310).
Fixed
  • Fix an issue where the export failed with the message "dependency walk failed".
    This fix requires a poetry.lock file created with Poetry 2.x (#​286).
  • Fix an issue where the pre-commit hook regex matched wrong files (#​285).
pre-commit/pre-commit (pre-commit)

v4.1.0

Compare Source

==================

Features
Fixes
sbrunner/prospector-profile-utils (prospector-profile-utils)

v1.17.0

Compare Source

1.17.0 (2025-01-24)

Fixed bugs

v1.16.0

Compare Source

1.16.0 (2025-01-20)

New feature

Chore

Changes that shouldn't affect the users like continuous integration updates

v1.15.1

Compare Source

1.15.1 (2025-01-04)

Fixed bugs

v1.15.0

Compare Source

1.15.0 (2025-01-04)

New feature

Dependency update

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.31.1

Compare Source

  • Update vendored schemas: buildkite, cloudbuild, compose-spec, mergify,
    renovate (2025-01-26)
  • Update the gitlab and renovate hooks to use
    --regex-variant nonunicode. Thanks :user:quentin-ag and :user:Callek
    for reporting! (:issue:516, :issue:518)
  • Update the required ruamel.yaml version to a range,
    >=0.18.10,<0.19.0.

v0.31.0

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
    dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert
    --format-regex to a deprecated alias.
    It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and
    "format": "regex" usages now uses unicode-mode JS regular expressions by
    default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular
      expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression
      features. Validators are now always modified with the jsonschema
      library's extend() API to control the pattern and
      patternProperties keywords.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.157.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.157.0 for more changes

v39.156.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.156.2 for more changes

v39.156.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.156.1 for more changes

v39.156.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.156.0 for more changes

v39.146.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.146.1 for more changes

v39.146.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.146.0 for more changes

v39.145.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.145.1 for more changes

v39.145.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.145.0 for more changes

v39.144.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.144.4 for more changes

v39.144.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.144.3 for more changes

[v39.144.2](h


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update the dependencies label Feb 1, 2025
@renovate renovate bot enabled auto-merge (squash) February 1, 2025 21:12
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 2 times, most recently from 392434a to f09aa37 Compare February 3, 2025 13:25
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch from 5f13da8 to baa3e92 Compare February 3, 2025 15:39
From the artifact of the previous workflow run
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants