From ef6b55f9aafb2f2e6575c24d96962ceea4ed605f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:00:59 +0000 Subject: [PATCH] Bump mypy from 1.12.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1d71d33..20f5ae4 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ types-requests = "==2.32.0.20241016" [dev-packages] towncrier = "==24.8.0" -mypy = "==1.12.0" +mypy = "==1.12.1" black = "==24.10.0" pytest = "==8.3.3" pytest-cov = "==5.0.0"