From 77a5abb3977e19a2965452dfba3c49f7326f7fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:03:05 +0000 Subject: [PATCH] Bump mypy from 0.961 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.0.0) --- 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..c0d02ffb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ psycopg2-binary -e .[compatible-mypy] # Overrides: -mypy==0.961 +mypy==1.0.0 diff --git a/setup.py b/setup.py index 5e7082f25..ce0368b3d 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.1"], } setup(