Skip to content

Commit

Permalink
build(deps-dev): update mypy requirement from ^0.941 to ^0.942 (#168)
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.941...v0.942)

---
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 Mar 25, 2022
1 parent 751e474 commit c7b2b7f
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 @@ -27,7 +27,7 @@ flake8-bugbear = "^22.1.11"
flake8-isort = "^4.0.0"
flake8-pyi = "^22.1.0"
isort = "^5.9.2"
mypy = "^0.941"
mypy = "^0.942"
pytest = "^7.0.0"
pytest-cov = "^3.0.0"
pytest-mock = "^3.6.1"
Expand Down

0 comments on commit c7b2b7f

Please sign in to comment.