From a874fc0aa0ae6cc95b5f696bece913986f45afdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:50:35 +0000 Subject: [PATCH] chore: update pre-commit config (#4664) * chore: update pre-commit config * chore: keep old versions for python 3.8 --------- Co-authored-by: GitHub Co-authored-by: Terri Oda --- .pre-commit-config.yaml | 4 ++-- dev-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c0751509b..0eaae60cba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: exclude: ^fuzz/generated/ - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade exclude: ^fuzz/generated/ @@ -46,7 +46,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index 7977b7cdc3..a9b08615f9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8" bandit==1.8.0; python_version > "3.8" gitlint==v0.19.1 interrogate -mypy==v1.13.0 +mypy==v1.14.1 pytest>=7.2.0 pytest-xdist pytest-cov