From 6cc7b2e4e04754650fc4bf370af755ec158f2d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:10:13 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1 --- examples/tools/typing/mypy_requirements.txt | 2 +- third_party/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tools/typing/mypy_requirements.txt b/examples/tools/typing/mypy_requirements.txt index a6ce6c9..b78201d 100644 --- a/examples/tools/typing/mypy_requirements.txt +++ b/examples/tools/typing/mypy_requirements.txt @@ -4,7 +4,7 @@ # # bazel run //tools/typing:requirements.update # -mypy==0.750 \ +mypy==1.13.0 \ --hash=sha256:02d9bdd3398b636723ecb6c5cfe9773025a9ab7f34612c1cde5c7f2292e2d768 \ --hash=sha256:088f758a50af31cf8b42688118077292370c90c89232c783ba7979f39ea16646 \ --hash=sha256:28e9fbc96d13397a7ddb7fad7b14f373f91b5cff538e0772e77c270468df083c \ diff --git a/third_party/requirements.txt b/third_party/requirements.txt index d19a886..613f4e0 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -4,7 +4,7 @@ # # bazel run //third_party:requirements.update # -mypy==0.790 \ +mypy==1.13.0 \ --hash=sha256:0a0d102247c16ce93c97066443d11e2d36e6cc2a32d8ccc1f705268970479324 \ --hash=sha256:0d34d6b122597d48a36d6c59e35341f410d4abfa771d96d04ae2c468dd201abc \ --hash=sha256:2170492030f6faa537647d29945786d297e4862765f0b4ac5930ff62e300d802 \