From 2b89d03c9ec8f1c36a6a91d6004ef1b262715591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:34:00 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/test.yml | 4 ++-- .pre-commit-config.yaml | 2 +- requirements-lint.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29d7f0f44..17d514b11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} @@ -102,7 +102,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 with: files: ./coverage.xml flags: unit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 362293588..3e6d63686 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.7.0 + rev: v4.7.2 hooks: - id: commitizen stages: [commit-msg] diff --git a/requirements-lint.txt b/requirements-lint.txt index ae1d21d5d..c52881ecc 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ -r requirements.txt argcomplete==2.0.0 black==25.1.0 -commitizen==4.7.0 +commitizen==4.7.2 flake8==7.2.0 isort==6.0.1 mypy==1.15.0 @@ -9,6 +9,6 @@ pylint==3.3.7 pytest==8.3.5 responses==0.25.7 respx==0.22.0 -types-PyYAML==6.0.12.20250402 -types-requests==2.32.0.20250328 -types-setuptools==80.4.0.20250511 +types-PyYAML==6.0.12.20250516 +types-requests==2.32.0.20250515 +types-setuptools==80.7.0.20250516