From c05f5e493a3a8d0ba8b1948e98a756acf38086ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:01:38 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.0.0) --- 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..2eb84097 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.0.0 types-pkg-resources==0.1.3 -r requirements-test-withpsycopg.txt