From 067cddd5bac98b779bb419e1544bbeadd4e140dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:37:24 +0100 Subject: [PATCH] chore(deps): update dependency mypy to v1.0.1 (#17) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00dd765..e0bd859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ tooling = [ "python-dotenv ==1.0.0", "pytest ==7.2.1", # types - "mypy ==1.0.0", + "mypy ==1.0.1", "sqlalchemy-stubs ==0.4", "types-requests ==2.28.11.15" ]