From 87ae9c7222eb903fa432cd96681bd77dd9ac0efa Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 14 May 2026 12:04:13 +0100 Subject: [PATCH] chore: bump dependencies --- .pre-commit-config.yaml | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b366f16..ba6a2c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: check-pre-commit-ci-config - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.8 + rev: 0.11.14 hooks: - id: uv-lock @@ -46,14 +46,14 @@ repos: - id: ruff-format - repo: https://github.com/billwallis/bills-hooks - rev: v0.0.14 + rev: v0.0.15 hooks: - id: banned-python-code - id: check-no-commit-comment - id: tidy-gitkeep - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows - id: check-compose-spec @@ -67,7 +67,7 @@ repos: files: pyproject.toml pass_filenames: true language: python - additional_dependencies: ["check-jsonschema==0.37.1"] + additional_dependencies: ["check-jsonschema==0.37.2"] # This calls a remote URL, so run on pre-push to avoid slowing down commits stages: ["pre-push"] @@ -81,7 +81,7 @@ repos: files: .pre-commit-hooks.yaml pass_filenames: true language: python - additional_dependencies: ["check-jsonschema==0.37.1"] + additional_dependencies: ["check-jsonschema==0.37.2"] # This calls a remote URL, so run on pre-push to avoid slowing down commits stages: ["pre-push"] @@ -101,6 +101,7 @@ repos: --input-file 'coverage.xml' --output-file coverage.svg --silent + # https://github.com/smarie/python-genbadge/releases additional_dependencies: ["genbadge[coverage]==1.1.3"] stages: ["pre-push"] language: python diff --git a/pyproject.toml b/pyproject.toml index 8168f74..6905e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pre-commit>=4.5.1", ] test = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "pytest-cov>=7.0.0", ]