From ec735ba2cd3870700576724e084300b0a5bb9095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 07:44:38 -0700 Subject: [PATCH] Bump mypy from 1.4.1 to 1.5.1 --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index ad5b0e7..8938cae 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,5 +2,5 @@ pytest==7.4.0 pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9" -mypy==1.4.1;python_version>"3.8" +mypy==1.5.1;python_version>"3.8" ruff==0.0.286