From 38f6b287339a9cdac34b6466dec29207c03f4d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 03:10:43 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ~=1.9 to ~=1.10 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7d7d914..db5e3b5 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] sphinx = "~=7.3" -mypy = "~=1.9" +mypy = "~=1.10" yapf = "~=0.40" twine = "*" matplotlib = "*"