From dc18733f2411fa2011457fac7ae24a150b43381c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:39:47 +0000 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 93a34c7..b31ea59 100644 --- a/Pipfile +++ b/Pipfile @@ -15,6 +15,6 @@ towncrier = "==23.11.0" pytest-cov = "==4.1.0" pytest-xdist = "==3.5.0" black = "==24.3.0" -mypy = "==1.8.0" +mypy = "==1.9.0" tbump = "==6.11.0" ruff = "==0.3.2"