Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/ruff-pre-commit repository minor v0.12.11v0.14.14 age confidence
poetry (changelog) minor 2.1.42.3.1 age confidence
poetry (changelog) minor ==2.1.4==2.3.1 age confidence
pre-commit minor ==4.3.0==4.5.1 age confidence
python-jsonschema/check-jsonschema repository minor 0.33.30.36.0 age confidence
renovatebot/pre-commit-hooks repository minor 41.92.041.173.1 age confidence
sbrunner/python-versions-hook repository minor 1.1.21.3.0 age 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

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

v0.14.14

Compare Source

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

v0.14.13

Compare Source

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

v0.14.12

Compare Source

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

v0.14.11

Compare Source

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

v0.14.10

Compare Source

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

v0.14.9

Compare Source

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

v0.14.8

Compare Source

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

v0.14.7

Compare Source

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

v0.14.6

Compare Source

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

v0.14.5

Compare Source

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

v0.14.4

Compare Source

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

v0.14.3

Compare Source

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

v0.14.2

Compare Source

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

v0.14.1

Compare Source

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

v0.14.0

Compare Source

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

v0.13.3

Compare Source

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

v0.13.2

Compare Source

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

v0.13.1

Compare Source

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

v0.13.0

Compare Source

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

v0.12.12

Compare Source

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

python-poetry/poetry (poetry)

v2.3.1

Compare Source

Fixed
  • Fix an issue where cached information about each package was always considered outdated (#​10699).
Docs
  • Document SHELL_VERBOSITY environment variable (#​10678).

v2.3.0

Compare Source

Added
  • Add support for exporting pylock.toml files with poetry-plugin-export (#​10677).
  • Add support for specifying build constraints for dependencies (#​10388).
  • Add support for publishing artifacts whose version is determined dynamically by the build-backend (#​10644).
  • Add support for editable project plugins (#​10661).
  • Check requires-poetry before any other validation (#​10593).
  • Validate the content of project.readme when running poetry check (#​10604).
  • Add the option to clear all caches by making the cache name in poetry cache clear optional (#​10627).
  • Automatically update the cache for packages where the locked files differ from cached files (#​10657).
  • Suggest to clear the cache if running a command with --no-cache solves an issue (#​10585).
  • Propose poetry init when trying poetry new for an existing directory (#​10563).
  • Add support for poetry publish --skip-existing for new Nexus OSS versions (#​10603).
  • Show Poetry's own Python's path in poetry debug info (#​10588).
Changed
  • Drop support for Python 3.9 (#​10634).
  • Change the default of installer.re-resolve from true to false (#​10622).
  • PEP 735 dependency groups are considered in the lock file hash (#​10621).
  • Deprecate poetry.utils._compat.metadata, which is sometimes used in plugins, in favor of importlib.metadata (#​10634).
  • Improve managing free-threaded Python versions with poetry python (#​10606).
  • Prefer JSON API to HTML API in legacy repositories (#​10672).
  • When running poetry init, only add the readme field in the pyproject.toml if the readme file exists (#​10679).
  • Raise an error if no hash can be determined for any distribution link of a package (#​10673).
  • Require dulwich>=0.25.0 (#​10674).
Fixed
  • Fix an issue where poetry remove did not work for PEP 735 dependency groups with include-group items (#​10587).
  • Fix an issue where poetry remove caused dangling include-group references in PEP 735 dependency groups (#​10590).
  • Fix an issue where poetry add did not work for PEP 735 dependency groups with include-group items (#​10636).
  • Fix an issue where PEP 735 dependency groups were not considered in the lock file hash (#​10621).
  • Fix an issue where wrong markers were locked for a dependency that was required by several groups with different markers (#​10613).
  • Fix an issue where non-deterministic markers were created in a method used by poetry-plugin-export (#​10667).
  • Fix an issue where wrong wheels were chosen for installation in free-threaded Python environments if Poetry itself was not installed with free-threaded Python (#​10614).
  • Fix an issue where poetry publish used the metadata of the project instead of the metadata of the build artifact (#​10624).
  • Fix an issue where poetry env use just used another Python version instead of failing when the requested version was not supported by the project (#​10685).
  • Fix an issue where poetry env activate returned the wrong command for dash (#​10696).
  • Fix an issue where data-dir and python.installation-dir could not be set (#​10595).
  • Fix an issue where Python and pip executables were not correctly detected on Windows (#​10645).
  • Fix an issue where invalid template variables in virtualenvs.prompt caused an incomprehensible error message (#​10648).
Docs
  • Add a warning about ~/.netrc for Poetry credential configuration (#​10630).
  • Clarify that the local configuration takes precedence over the global configuration (#​10676).
  • Add an explanation in which cases packages are automatically detected (#​10680).
poetry-core (2.3.0)
  • Normalize versions (#​893).
  • Fix an issue where unsatisfiable requirements did not raise an error (#​891).
  • Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies (#​892).
  • Fix an issue where python_full_version markers with pre-release versions were parsed incorrectly (#​893).

v2.2.1

Compare Source

Fixed
  • Fix an issue where poetry self show failed with a message about an invalid output format (#​10560).
Docs
  • Remove outdated statements about dependency groups (#​10561).
poetry-core (2.2.1)
  • Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#​888).

v2.2.0

Compare Source

Added
  • Add support for nesting dependency groups (#​10166).
  • Add support for PEP 735 dependency groups (#​10130).
  • Add support for PEP 639 license clarity (#​10413).
  • Add a --format option to poetry show to alternatively output json format (#​10487).
  • Add official support for Python 3.14 (#​10514).
Changed
  • Normalize dependency group names (#​10387).
  • Change installer.no-binary and installer.only-binary so that explicit package names will take precedence over :all: (#​10278).
  • Improve log output during poetry install when a wheel is built from source (#​10404).
  • Improve error message in case a file lock could not be acquired while cloning a git repository (#​10535).
  • Require dulwich>=0.24.0 (#​10492).
  • Allow virtualenv>=20.33 again (#​10506).
  • Allow findpython>=0.7 (#​10510).
  • Allow importlib-metadata>=8.7 (#​10511).
Fixed
  • Fix an issue where poetry new did not create the project structure in an existing empty directory (#​10431).
  • Fix an issue where a dependency that was required for a specific Python version was not installed into an environment of a pre-release Python version (#​10516).
poetry-core (2.2.0)
  • Deprecate table values and values that are not valid SPDX expressions for [project.license] (#​870).
  • Fix an issue where explicitly included files that are in .gitignore were not included in the distribution (#​874).
  • Fix an issue where marker operations could result in invalid markers (#​875).
pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

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

Fixes
  • Fix language: python with repo: local without additional_dependencies.

v4.5.0

Compare Source

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

Features

v4.4.0

Compare Source

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

Features
Fixes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.36.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, dependabot,
    gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14)
  • Add GitHub Discussion category forms schema and pre-commit hook. Thanks :user:edgarrmondragon! (:pr:626)

v0.35.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec,
    dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
  • Add official support for Python 3.14
  • Add Citation File Format schema and pre-commit hook. Thanks :user:edgarrmondragon! (:issue:502)
  • Improved default text output when parsing errors are encountered. (:issue:581)

v0.34.1

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci, drone-ci,
    github-workflows, gitlab-ci, meltano, mergify, renovate, woodpecker-ci (2025-10-13)

v0.34.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot,
    drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft,
    woodpecker-ci (2025-09-17)
  • Add GitHub issue config schema and pre-commit hook. Thanks :user:vivodi! (:issue:589)
  • Add GitHub issue form schema and pre-commit hook. Thanks :user:vivodi! (:issue:588)
  • Add Codecov config schema and pre-commit hook. Thanks :user:vivodi! (:pr:598)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v41.173.1

Compare Source

v41.173.0

Compare Source

v41.172.1

Compare Source

v41.172.0

Compare Source

v41.171.9

Compare Source

v41.171.8

Compare Source

v41.171.7

Compare Source

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

v41.171.5

Compare Source

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

v41.171.4

Compare Source

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

v41.171.3

Compare Source

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

v41.171.2

Compare Source

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

v41.171.1

Compare Source

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

v41.171.0

Compare Source

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

v41.170.1

Compare Source

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

v41.170.0

Compare Source

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

v41.169.4

Compare Source

v41.169.3

Compare Source

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

v41.169.2

Compare Source

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

v41.169.1

Compare Source

v41.169.0

Compare Source

v41.168.6

Compare Source

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

v41.168.5

Compare Source

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

v41.168.4

Compare Source

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

v41.168.3

Compare Source

v41.168.2

Compare Source

v41.168.1

Compare Source

v41.168.0

Compare Source

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

v41.167.2

Compare Source

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

v41.167.1

Compare Source

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

v41.167.0

Compare Source

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

v41.166.0

Compare Source

v41.165.7

Compare Source

v41.165.6

Compare Source

v41.165.5

Compare Source

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

v41.165.4

Compare Source

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

v41.165.3

Compare Source

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

v41.165.2

Compare Source

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

v41.165.1

Compare Source

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

v41.164.1

Compare Source

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

v41.164.0

Compare Source

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

v41.163.7

Compare Source

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

v41.163.6

Compare Source

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

v41.163.5

Compare Source

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

v41.163.4

Compare Source

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

v41.163.2

Compare Source

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

v41.163.1

Compare Source

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

v41.163.0

Compare Source

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

v41.162.2

Compare Source

v41.162.1

Compare Source

v41.161.0

Compare Source

v41.160.1

Compare Source

v41.160.0

Compare Source

v41.159.4

Compare Source

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

v41.159.3

Compare Source

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

v41.159.2

Compare Source

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

v41.159.1

Compare Source

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

v41.159.0

Compare Source

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

v41.158.3

Compare Source

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

v41.158.2

Compare Source

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

v41.158.1

Compare Source

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

v41.158.0

Compare Source

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

v41.157.1

Compare Source

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

v41.157.0

Compare Source

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

v41.156.4

Compare Source

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

v41.156.3

Compare Source

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

v41.156.2

Compare Source

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

v41.156.1

Compare Source

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

v41.156.0

Compare Source

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

v41.155.5

Compare Source

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

v41.155.4

Compare Source

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

v41.155.3

Compare Source

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

v41.155.2

Compare Source

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

v41.155.1

Compare Source

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

v41.155.0

Compare Source

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

v41.154.1

Compare Source

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

v41.154.0

Compare Source

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

v41.153.0

Compare Source

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

v41.152.9

Compare Source

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

v41.152.8

Compare Source

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

v41.152.7

Compare Source

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

v41.152.6

Compare Source

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

v41.152.5

Compare Source

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

v41.152.4

Compare Source

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

v41.152.3

Compare Source

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

v41.152.2

Compare Source

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

v41.152.1

Compare Source

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

v41.152.0

Compare Source

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

v41.151.1

Compare Source

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

v41.151.0

Compare Source

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

v41.150.1

Compare Source

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

v41.150.0

Compare Source

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

v41.149.2

Compare Source

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

v41.149.1

Compare Source

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

v41.149.0

Compare Source

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

v41.148.6

Compare Source

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

v41.148.5

Compare Source

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

v41.148.4

Compare Source

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

v41.148.3

Compare Source

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

v41.148.2

Compare Source

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

v41.148.1

Compare Source

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

v41.148.0

Compare Source

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

v41.147.1

Compare Source

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

v41.147.0

Compare Source

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

v41.146.8

Compare Source

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

v41.146.7

Compare Source

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

v41.146.6

Compare Source

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

v41.146.5

Compare Source

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

v41.146.4

Compare Source

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

v41.146.2

Compare Source

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

v41.146.1

Compare Source

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

v41.146.0

Compare Source

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

v41.145.3

Compare Source

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

v41.145.2

Compare Source

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

v41.145.1

Compare Source

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

v41.145.0

Compare Source

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

v41.144.4

Compare Source

See


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month,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 Oct 1, 2025
@renovate renovate bot enabled auto-merge (squash) October 1, 2025 02:33
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 17 times, most recently from 85ce34d to af28ad6 Compare October 9, 2025 22:03
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 10 times, most recently from 72606ba to 60cffec Compare October 13, 2025 21:55
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 13 times, most recently from 3803451 to 61b2cc3 Compare November 8, 2025 22:34
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 3 times, most recently from 3baa081 to d65f05d Compare November 14, 2025 00:15
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 2 times, most recently from 9004df0 to 88b1230 Compare November 23, 2025 01:29
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 2 times, most recently from d9bd314 to 58229cc Compare December 4, 2025 18:43
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 4 times, most recently from 182300a to 84feff4 Compare December 18, 2025 21:57
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 2 times, most recently from d7b29f9 to 012189c Compare January 15, 2026 21:25
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch 2 times, most recently from 016c4de to ef99cd3 Compare January 20, 2026 16:38
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch from ef99cd3 to 2c5c33e Compare January 23, 2026 00:55
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.

1 participant