Skip to content

Update CI dependencies (minor)#113

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/ci-dependencies
Feb 2, 2025
Merged

Update CI dependencies (minor)#113
renovate[bot] merged 1 commit intomasterfrom
renovate/ci-dependencies

Conversation

@renovate
Copy link
Copy Markdown
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 -> 1.14.0 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
pre-commit minor ==4.0.1 -> ==4.1.0 age adoption passing confidence
prospector-profile-duplicated minor 1.9.0 -> 1.10.4 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.156.0 age adoption passing confidence
ruff (source, changelog) minor 0.7.4 -> 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.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.
pre-commit/pre-commit (pre-commit)

v4.1.0

Compare Source

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

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

v1.10.4

Compare Source

1.10.4 (2025-01-04)

Fixed bugs

v1.10.3

Compare Source

1.10.3 (2025-01-04)

Fixed bugs

v1.10.2

Compare Source

1.10.2 (2025-01-04)

New feature

v1.10.1

Compare Source

1.10.1 (2025-01-04)

New feature

Dependency update

v1.10.0

Compare Source

1.10.0 (2024-12-30)

New feature

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.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


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 is behind base branch, 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 16:51
@renovate renovate Bot force-pushed the renovate/ci-dependencies branch from 492fa2b to 46199e3 Compare February 2, 2025 02:05
@renovate renovate Bot force-pushed the renovate/ci-dependencies branch from 46199e3 to c0596bc Compare February 2, 2025 06:31
@renovate renovate Bot merged commit fd1ea98 into master Feb 2, 2025
@renovate renovate Bot deleted the renovate/ci-dependencies branch February 2, 2025 06:32
@geo-ghci-int geo-ghci-int Bot added this to the 1.10.5 milestone Mar 4, 2025
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