From 3113ed4241e8a94f2cff30425b4ec071f88256f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:38:05 -0700 Subject: [PATCH] Bump mypy from 1.1.1 to 1.3.0 (#162) Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c2b91d82..b830ce1e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ scikit-learn # pyyaml nox -mypy==1.1.1 +mypy==1.3.0 sphinx==6.1.3 sphinx-rtd-theme==1.2.0