From a17d2cc269867651d0fad11a6e307dcc9d5ef896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 02:58:02 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index f310fdce..d23bc4a3 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,6 +5,6 @@ mccabe==0.7.0 pyflakes==2.5.0 pydocstyle==6.1.1 black==22.10.0 -mypy==0.982 +mypy==1.1.1 types-pkg-resources==0.1.3 -r requirements-test-withpsycopg.txt