From abdaa68f892bc52a2a1066adadaf08dd099f94e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:35:16 +0000 Subject: [PATCH 1/3] chore(deps): update all non-major dependencies --- .github/workflows/test.yml | 4 ++-- .pre-commit-config.yaml | 2 +- requirements-lint.txt | 2 +- requirements-test.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 388f66bbe..c8a1c66be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v5.5.4 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v5.5.4 with: files: ./coverage.xml flags: unit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73c726956..da9f5d238 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.86.0 + rev: 43.100.0 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 220f0c407..d852812dd 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -10,5 +10,5 @@ pytest==9.0.2 responses==0.26.0 respx==0.22.0 types-PyYAML==6.0.12.20250915 -types-requests==2.32.4.20260107 +types-requests==2.33.0.20260327 types-setuptools==82.0.0.20260210 diff --git a/requirements-test.txt b/requirements-test.txt index 2a91f37db..5eb57dfb8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt -anyio==4.12.1 -build==1.4.0 +anyio==4.13.0 +build==1.4.2 coverage==7.13.5 pytest-console-scripts==1.4.1 pytest-cov==7.1.0 From bfadc28aaaa43b137215f9e5061cea9df57a306e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:35:55 +0000 Subject: [PATCH 2/3] chore(deps): update all non-major dependencies --- .pre-commit-config.yaml | 4 ++-- requirements-lint.txt | 6 +++--- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da9f5d238..9c2e37aeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - requests-toolbelt==1.0.0 files: 'gitlab/' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy args: [] @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.100.0 + rev: 43.104.4 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index d852812dd..504a381b7 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,11 +4,11 @@ black==26.3.1 commitizen==4.13.9 flake8==7.3.0 isort==8.0.1 -mypy==1.19.1 +mypy==1.20.0 pylint==4.0.5 pytest==9.0.2 responses==0.26.0 respx==0.22.0 types-PyYAML==6.0.12.20250915 -types-requests==2.33.0.20260327 -types-setuptools==82.0.0.20260210 +types-requests==2.33.0.20260402 +types-setuptools==82.0.0.20260402 diff --git a/requirements.txt b/requirements.txt index ef502e9d6..31ae12e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ gql==4.0.0 httpx==0.28.1 -requests==2.33.0 +requests==2.33.1 requests-toolbelt==1.0.0 From 0e8ae57600467d030fd2e0c5ccb40712bb89bad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:56:32 +0000 Subject: [PATCH 3/3] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8a1c66be..83867b546 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v6.0.0 with: files: ./coverage.xml flags: unit