From f34cc8a466cf7c3f6a2aed1285336982db3c03aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:46:23 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from 1.13.0 to 1.14.0 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.13.0...v1.14.0) --- 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 16e3358..a1943f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinx-rtd-theme = ">=2" sphinx-autodoc-typehints = ">=2" [tool.poetry.group.mypy.dependencies] -mypy = "1.13.0" +mypy = "1.14.0" [tool.poetry.group.pyright.dependencies] pyright = "1.1.391"