From c85e99a7640ad4a6559d60ab1abd7d686b789b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:57:42 +0000 Subject: [PATCH] Bump mypy from 0.960 to 1.1.1 in /docs Bumps [mypy](https://github.com/python/mypy) from 0.960 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 140d1e4..69b6ce8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -86,7 +86,7 @@ matplotlib==3.5.2; python_version >= "3.7" mccabe==0.6.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.2" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") munch==2.5.0; python_version >= "3.7" mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6" -mypy==0.960; python_version >= "3.6" +mypy==1.1.1; python_version >= "3.6" nodeenv==1.6.0; python_version >= "3.7" numpy==1.22.4; python_version >= "3.8" optuna==2.10.0; python_version >= "3.6"