Skip to content

Commit

Permalink
⬆️ Update mypy requirement from ^0.910 to ^0.942
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...v0.942)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2022
1 parent ff5f44c commit 5b009df
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 @@ -52,7 +52,7 @@ pytest = "~=6.0"
isort = "~=5.8.0"
black = { version = "*", allow-prereleases = true }
flake8 = "~=3.9.0"
mypy = "^0.910"
mypy = "^0.942"
coverage = { extras = ["toml"], version = "^5.3" }
pytest-xdist = "^2.1.0"
pytz = "^2021.1"
Expand Down

0 comments on commit 5b009df

Please sign in to comment.