From a7dcd2a572abe113ff7c594c6d56a1adaad0391a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:41:47 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 4 ++-- requirements-lint.txt | 14 +++++++------- requirements-test.txt | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83867b546..125555594 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,7 +120,7 @@ jobs: pip install -r requirements-test.txt - name: Build package run: python -m build -o dist/ - - uses: actions/upload-artifact@v7.0.0 + - uses: actions/upload-artifact@v7.0.1 with: name: dist path: dist diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c2e37aeb..3e428a173 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.13.9 + rev: v4.13.10 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.104.4 + rev: 43.111.0 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 504a381b7..05b5ca496 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,14 +1,14 @@ -r requirements.txt argcomplete==2.0.0 black==26.3.1 -commitizen==4.13.9 +commitizen==4.13.10 flake8==7.3.0 isort==8.0.1 -mypy==1.20.0 +mypy==1.20.1 pylint==4.0.5 -pytest==9.0.2 +pytest==9.0.3 responses==0.26.0 -respx==0.22.0 -types-PyYAML==6.0.12.20250915 -types-requests==2.33.0.20260402 -types-setuptools==82.0.0.20260402 +respx==0.23.1 +types-PyYAML==6.0.12.20260408 +types-requests==2.33.0.20260408 +types-setuptools==82.0.0.20260408 diff --git a/requirements-test.txt b/requirements-test.txt index 5eb57dfb8..55ccf1a19 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,13 +1,13 @@ -r requirements.txt anyio==4.13.0 -build==1.4.2 +build==1.4.3 coverage==7.13.5 pytest-console-scripts==1.4.1 pytest-cov==7.1.0 pytest-github-actions-annotate-failures==0.4.0 -pytest==9.0.2 +pytest==9.0.3 PyYaml==6.0.3 responses==0.26.0 -respx==0.22.0 +respx==0.23.1 trio==0.33.0 wheel==0.46.3