diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 503bdc0..f044324 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: codespell - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: v0.15.10 + rev: v0.15.14 hooks: - id: ruff args: @@ -25,15 +25,15 @@ repos: - '--exit-non-zero-on-fix' - id: ruff-format - repo: 'https://github.com/pre-commit/mirrors-mypy' - rev: v1.20.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: - - dask[distributed]==2024.8.1 - - globus-compute-sdk==2.27.* + - dask[distributed]==2025.1.0 + - globus-compute-sdk==3.0.* - proxystore==0.8.* - proxystore-ex==0.1.3 - - pydantic==2.8.* + - pydantic==2.* - types-psutil - types-redis - types-requests