From afbc8bad10f72df130a3c9b93e4e646a90e202d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:10:19 +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 5cc3ddf..12219b3 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ pytest-cov = "==5.0.0" coverage = "==7.6.3" python-daemon = "==3.0.1" restructuredtext-lint = "==1.4.0" -mypy = "==1.12.0" +mypy = "==1.12.1" black = {version = "==24.10.0", markers="python_version >= '3.8'"} pygments = "==2.18.0" tbump = "==6.11.0"