diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 829a8603d..07981c74e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: uses: actions/setup-python@v6.2.0 with: python-version: '3.14' - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: dist path: dist diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30f22fb1d..2a70a9b3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.60.0 + rev: 43.76.3 hooks: - id: renovate-config-validator