From cf52500dd66ca9ea0cdc0923083e7281447e9bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:16:39 +0000 Subject: [PATCH] Bump mypy from 0.961 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.0.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..f86b2a680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ psycopg2-binary -e .[compatible-mypy] # Overrides: -mypy==0.961 +mypy==1.0.1 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(