Skip to content

Commit

Permalink
build(deps-dev): update mypy requirement from ^0.920 to ^0.921 (#157)
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.920...v0.921)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 22, 2021
1 parent af7b7a5 commit 1744f9d
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 @@ -28,7 +28,7 @@ flake8-bugbear = "^21.4.3"
flake8-isort = "^4.0.0"
flake8-pyi = "^20.10.0"
isort = "^5.9.2"
mypy = "^0.920"
mypy = "^0.921"
pytest = "^6.2.4"
pytest-cov = "^3.0.0"
pytest-mock = "^3.6.1"
Expand Down

0 comments on commit 1744f9d

Please sign in to comment.