diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1b8de20..ae8460c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy diff --git a/requirements.dev.txt b/requirements.dev.txt index 75955f04..907fbfd8 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,8 +1,8 @@ pytest==8.3.3 -mypy==1.12.1 +mypy==1.13.0 black==24.10.0 -ruff==0.7.0 -tox~=4.23.0 +ruff==0.7.3 +tox~=4.23.2 pre-commit~=4.0.1 build>=0.10.0 coverage>=7.2.7