From 8a47db1a43c3fc9a8b7d03be3a8877e69acc7d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:42:53 -0400 Subject: [PATCH] build(deps-dev): bump mypy from 1.8.0 to 1.9.0 (#879) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e065d0b0..ceb0503fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "ruff == 0.3.5" ] mypy = [ - "mypy == 1.8.0", + "mypy == 1.9.0", "types-requests ~= 2.31.0" ]