From 4baeb803b89ac8e7d5ef6d92592f2aa1047f454f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:34:13 +0000 Subject: [PATCH] Bump mypy from 1.7.1 to 1.14.0 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-dev.txt b/docs/requirements-dev.txt index 921afa22..5a695b12 100644 --- a/docs/requirements-dev.txt +++ b/docs/requirements-dev.txt @@ -6,7 +6,7 @@ flit==3.9.0 hypothesis==6.91.0 ipython==8.19.0 lint==1.2.1 -mypy==1.7.1 +mypy==1.14.0 pylint==3.3.1 pyperf==2.6.2 pytest>=6.0.0