From dfec601c0cac473b18c9a179fc5dd2766dbe14e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:27:54 +1200 Subject: [PATCH] Bump mypy from 1.5.0 to 1.5.1 (#527) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index a2c9765..b9dec63 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ pylint==2.17.5 black==23.7.0 flake8==6.1.0 isort==5.12.0 -mypy==1.5.0 +mypy==1.5.1 types-protobuf==4.24.0.1 pytest>=6.2.4,<8 pytest-asyncio>=0.15.1,<1