diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b780c93..f7bc178 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: language_version: python3.12 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.0 hooks: - id: mypy files: ^src/ @@ -34,6 +34,6 @@ repos: args: [ --py311-plus ] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.3 hooks: - id: ruff diff --git a/requirements.txt b/requirements.txt index 4ac13e8..f412c1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==24.4.2 click==8.1.7 -mypy==1.10.1 +mypy==1.11.0 pre-commit==3.7.1 pur==7.3.2 -pytest==8.2.2 -ruff==0.5.2 +pytest==8.3.1 +ruff==0.5.3