From 1ba65aa9c232ad3394f0352d2fa2b2245f1f8dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:10:59 +0000 Subject: [PATCH] Bump mypy from 1.0.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.10.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 0adb46e..7f01554 100644 --- a/docs/requirements-dev.txt +++ b/docs/requirements-dev.txt @@ -4,7 +4,7 @@ codecov==2.1.12 coverage[toml]==7.1.0 flit==3.8.0 lint==1.2.1 -mypy==1.0.0 +mypy==1.10.0 pylint==2.16.1 sphinx==5.2.3 pytest>=6.0.0