From a01977b0fba44e5d818a72151babbf42f0cb8b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 02:19:10 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 (#841) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a85a9a9..862c7e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ flake8-bandit==4.1.1 flake8-bugbear==24.4.26 flake8-import-order==0.18.2 flake8-requirements==2.2.0 -mypy==1.10.0; implementation_name=="cpython" +mypy==1.10.1; implementation_name=="cpython" pre-commit==3.7.1 sphinx==7.3.7