From 6e2d5d4fde481af7cf29018ea2eee26dd0f62bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:17:09 +0900 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 (#868) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2304ce42..111d1f60 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ pylint==3.1.0 black==24.4.2 flake8==7.0.0 isort==5.13.2 -mypy==1.9.0 +mypy==1.10.0 types-protobuf==5.26.0.20240422 pytest>=6.2.4,<9 pytest-asyncio==0.23.6