From eeb686c24544cfe11ce5023708aafc01ec772e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:44:53 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.12.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d615f24..03dcb9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==11.0.0 # test-related (but not separated for now) -mypy==1.12.0 +mypy==1.12.1 pytest==8.3.3 flake8==7.1.1