From 330db2f8d00a68a6780c738227316fcd239cc018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 00:37:51 +0000 Subject: [PATCH 1/2] chore(deps): update all non-major dependencies --- .github/workflows/lock.yml | 2 +- .pre-commit-config.yaml | 4 ++-- requirements-lint.txt | 2 +- requirements-test.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 809c36a87..77a83b6a8 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -15,6 +15,6 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v6.0.1 + - uses: dessant/lock-threads@v6.0.2 with: process-only: 'issues' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0be8e1b2..289dcd92c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.2 + rev: v4.16.3 hooks: - id: commitizen stages: [commit-msg] @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.150.0 + rev: 43.205.2 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 9fefc4ee7..7379d0aa5 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ -r requirements.txt argcomplete==2.0.0 black==26.5.1 -commitizen==4.16.2 +commitizen==4.16.3 flake8==7.3.0 isort==8.0.1 mypy==1.20.2 diff --git a/requirements-test.txt b/requirements-test.txt index 185116805..d978c968b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -r requirements.txt anyio==4.13.0 build==1.5.0 -coverage==7.14.0 +coverage==7.14.1 pytest-console-scripts==1.4.1 pytest-cov==7.1.0 pytest-github-actions-annotate-failures==0.4.0 From 281532496c6d390c7cee7dade8511d9879cfd47d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:01:28 +0000 Subject: [PATCH 2/2] chore(deps): update dependency mypy to v2 --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 7379d0aa5..0dc570ce7 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,7 +4,7 @@ black==26.5.1 commitizen==4.16.3 flake8==7.3.0 isort==8.0.1 -mypy==1.20.2 +mypy==2.1.0 pylint==4.0.5 pytest==9.0.3 responses==0.26.1