diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07981c74e..388f66bbe 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.2 + uses: codecov/codecov-action@v5.5.3 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.2 + uses: codecov/codecov-action@v5.5.3 with: files: ./coverage.xml flags: unit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a70a9b3f..603222c30 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.76.3 + rev: 43.86.0 hooks: - id: renovate-config-validator diff --git a/requirements-test.txt b/requirements-test.txt index a6e9a82b1..2a91f37db 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -r requirements.txt anyio==4.12.1 build==1.4.0 -coverage==7.13.4 +coverage==7.13.5 pytest-console-scripts==1.4.1 -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-github-actions-annotate-failures==0.4.0 pytest==9.0.2 PyYaml==6.0.3