From 6fa10d4f02381450d4bb90d6578afb5b5916bae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 02:04:40 +0000 Subject: [PATCH] Update mypy requirement from <1.3,>=1.0 to >=1.0,<1.4 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fcd611..811c3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ tests = [ "flake8>=4.0,<6.1", # A framework for linting & static analysis "jupyter", # For integration testing Jupyter notebooks "mccabe>=0.6,<0.8", # Checks that code isn't overly complicated - "mypy>=1.0,<1.3", # Static type checking + "mypy>=1.0,<1.4", # Static type checking "nbconvert>=7,<8", "nbformat>=5,<6", "pep8-naming>=0.12,<0.14", # Require PEP8 compliant variable names diff --git a/setup.py b/setup.py index 3374459..cd75adf 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "flake8-rst-docstrings>=0.2,<0.4", # Allow use of ReST in docstrings "flake8-use-fstring>=1.0,<1.5", # Highlight use of old-style string formatting "mccabe>=0.6,<0.8", # Checks that code isn't overly complicated - "mypy>=0.942,<1.3", # Static type checking + "mypy>=0.942,<1.4", # Static type checking "pep8-naming>=0.12,<0.14", # Require PEP8 compliant variable names "pre-commit>=2.9,<3.4", # Allow us to run pre-commit hooks in testing "pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation