From e43610a085821e15c0a0abc4e254f3e5e213d54a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:18:27 +0000 Subject: [PATCH] chore(deps): update dependency tooling/mypy to v1.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d15440..89059f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tooling = [ "python-dotenv ==1.0.0", "pytest ==7.4.4", # types - "mypy ==1.5.1", + "mypy ==1.9.0", "types-requests ==2.31.0.20231231" ]