Skip to content

Commit

Permalink
Update mypy requirement from ^0.961 to ^0.971
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.961...v0.971)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2022
1 parent b79b252 commit 4599178
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 @@ -43,7 +43,7 @@ black = "^22.1.0"
flake8 = "^4.0.1"
pytest = "^7.0.1"
pytest-cov = "^3.0.0"
mypy = "^0.961"
mypy = "^0.971"
pytest-mock = "^3.7.0"
flake8-isort = "^4.1.1"
asyncmock = {version = "^0.4.2", python = "<3.8"}
Expand Down

0 comments on commit 4599178

Please sign in to comment.