From 6bc2502302a988c12dc5a058fdd0c321f43e4b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:50:56 -1000 Subject: [PATCH] Bump mypy from 1.0.0 to 1.0.1 (#387) 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 5b7ef77..3579842 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ pylint==2.16.3 black==23.1.0 flake8==6.0.0 isort==5.12.0 -mypy==1.0.0 +mypy==1.0.1 types-protobuf==4.21.0.6 pytest>=6.2.4,<8 pytest-asyncio>=0.15.1,<1