From 16a80e42ea4c2868b1439d1ca4490d0ec5b89d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:41:04 +0000 Subject: [PATCH] chore: Update mypy requirement from ==1.12.0 to ==1.12.1 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87d77f0..1440632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ chevron = "=0.14.0" pytest = ">=2.8" pytest-cov = ">=2.4.0" pytest-mypy = "==0.10.3" -mypy = "==1.12.0" +mypy = "==1.12.1" [tool.poetry.group.docs]