From 2c78bbcaee64eeceb5a0afb02924fd1170aa2459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:06:45 +0200 Subject: [PATCH] chore(deps): update dependency mypy to v1.4.0 (#2597) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 6f49b96b5..7fb46f430 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==1.3.0 +mypy==1.4.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4