Skip to content

Commit

Permalink
Update mypy requirement from <1.0,>=0.910 to >=0.910,<2.0 (#282)
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.910...v1.0.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent 3864b86 commit 98759b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flake8-cognitive-complexity>=0.1.0,<1.0
flake8>=4.0,<7.0
hypothesis>=6.14.1,<7.0
ipython>7.0,<9.0
mypy>=0.910,<1.0
mypy>=0.910,<2.0
pylint>=2.9.6,<3.0
pytest-benchmark>=3.4.1,<5.0
pytest-cov>=2.12.1,<5.0
Expand Down

0 comments on commit 98759b3

Please sign in to comment.