From 1a6d2cc371fb95d96a018e8995985db0dc32de32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:24:47 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1 --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 233baf102..446c4b834 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -2,7 +2,7 @@ bandit>=1.7.4,<1.8 black>=23.1.0,<24.0 flake8>=6.0.0,<6.1 isort>=5.12.0,<5.13 -mypy==0.991 +mypy==1.0.0 pylint>=2.16.1,<2.17 pytest-cov>=4.0.0,<4.1 pytest-xdist>=3.1.0,<3.2