From 156d5cbc8b231ccf5508e53c05503d6b75dc62b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 02:59:15 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 887f4d1e8..6e89d96f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ Django==4.2.2 -e .[compatible-mypy] # Overrides: -mypy==1.3.0 +mypy==1.4.0 diff --git a/setup.py b/setup.py index dcbc580f7..809c187d0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_stub_files(name: str) -> List[str]: ] extras_require = { - "compatible-mypy": ["mypy>=1.3.0,<1.4"], + "compatible-mypy": ["mypy>=1.3.0,<1.5"], } setup(