From eda6eb30ddab3305ab555449aa1fc0244d9b0974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:58:18 +0000 Subject: [PATCH] Update mypy requirement from <1.11 to <1.12 (#524) --- .pre-commit-config.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 283c0058..ad72b6fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,6 @@ repos: types: - python - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.11.1" hooks: - id: mypy diff --git a/setup.py b/setup.py index bd7d6cb7..52a7cb2d 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ "black==24.4.2", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.11", + "mypy<1.12", ], }, python_requires=">=3.8",