Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Update mypy requirement from ^0.991 to ^1.2
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.991...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent bdbc675 commit dba2503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytest-cov = "^4.0.0"
codecov = "^2.1.12"
black = "^22.1"
isort = "^5.9.3"
mypy = "^0.991"
mypy = "^1.2"
Sphinx = "^5.3.0"
sphinx-autobuild = "^2021.3.14"
sphinx-copybutton = "^0.5.0"
Expand Down

0 comments on commit dba2503

Please sign in to comment.