From ff5cebd59475bf1385350cf442e7ec53db68b24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:00:15 +0000 Subject: [PATCH] Bump mypy from 0.961 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ab0f1aa4e..7100b2124 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ psycopg2-binary -e .[compatible-mypy] # Overrides: -mypy==0.961 +mypy==1.1.1 diff --git a/setup.py b/setup.py index 5e7082f25..0eb88d64e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]: ] extras_require = { - "compatible-mypy": ["mypy>=0.930,<0.970"], + "compatible-mypy": ["mypy>=0.930,<1.2"], } setup(