Skip to content

Commit

Permalink
Update mypy requirement from <1.3,>=1.0 to >=1.0,<1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 229990f commit 6fa10d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fa10d4

Please sign in to comment.