diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4bd530..0c10e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up UV id: setup-uv - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca + uses: astral-sh/setup-uv@f758a4a1ebb83e14d4816e3687e4da1f0468b45c with: python-version: ${{ matrix.python_version }} @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install the latest version of uv - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6 + uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6 with: python-version: "3.13" activate-environment: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1de170..6ef9d64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - urllib3==2.5.0 - zipp==3.23.0 ; python_full_version < '3.10' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.12.9 hooks: - id: ruff args: [--fix, --unsafe-fixes, --show-fixes] @@ -113,6 +113,6 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.7.19 + rev: 0.8.12 hooks: - id: uv-lock