From aeccad62265b152892eee18f24886ab91081ca38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:23:14 +0200 Subject: [PATCH] chore(deps): update dependency mypy to v1.5.1 (#55) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7afd53..3d82800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tooling = [ "python-dotenv ==1.0.0", "pytest ==7.4.0", # types - "mypy ==1.4.1", + "mypy ==1.5.1", "types-requests ==2.31.0.2" ]