From 3d1d31583b0462ab4623b330f3ee7d7faed02c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:03:50 +0000 Subject: [PATCH] Bump mypy from 1.7.0 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.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 e7bcf43..42c5622 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ webtest = "==3" towncrier = "==23.11.0" pytest-cov = "==4.1.0" coverage = "==7.3.2" -mypy = "==1.7.0" +mypy = "==1.7.1" black = "==23.11.0" tbump = "==6.11.0" ruff = "==0.1.6"