diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 95bcb07..0e35362 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -18,7 +18,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.5.x" + version: "0.6.x" enable-cache: true cache-dependency-glob: "uv.lock" @@ -47,7 +47,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.5.x" + version: "0.6.x" enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 929a4d8..3156c93 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -21,7 +21,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.5.x" + version: "0.6.x" enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73f2247..2eb57f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_schedule: monthly + autoupdate_schedule: quarterly repos: - repo: https://github.com/psf/black @@ -7,12 +7,12 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: @@ -35,6 +35,6 @@ repos: - id: python-check-blanket-type-ignore - id: python-use-type-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.9 hooks: - id: ruff