From 19e8fa7475b17db3c1ea4d138db8a198751a3b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:28:35 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.17.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af023c1..f4f2452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==11.3.0 # test-related (but not separated for now) -mypy==1.17.0 +mypy==1.17.1 pytest==8.4.1 flake8==7.3.0