From 5ca41793fb62497f51dc3e9d33131735269dab57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:02:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8d0bbc2..939dece 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ coverage[toml]==7.1.0 flake8==6.0.0 httpx==0.23.3 isort==5.11.4 -mypy==0.991 +mypy==1.1.1 pre-commit==3.0.4 pylint==2.15.9 pytest==7.2.0