From 200936f216d7edc712ab27c76461cacbed161e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:28:35 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.14.0 to 1.14.1 Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.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 8946047..66d10d3 100644 --- a/Pipfile +++ b/Pipfile @@ -15,5 +15,5 @@ pytest-cov = "==6.0.0" pytest-xdist = "==3.6.1" black = "==24.10.0" ruff = "==0.8.4" -mypy = "==1.14.0" +mypy = "==1.14.1" tbump = "==6.11.0"