From 4623d23e12a8af6baf7e61ffebee178a0511ccfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:11:30 +0000 Subject: [PATCH] Bump mypy from 0.991 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e3390ec..a3e197d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,9 +42,9 @@ isort==5.11.4 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 -mypy==0.991 +mypy==1.1.1 # via -r requirements-dev.in -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 # via # black # mypy