Skip to content

Commit

Permalink
Update mypy requirement from ~=0.982 to ~=0.990 (#1766)
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.982...v0.990)

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

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

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 Nov 7, 2022
1 parent bf8f537 commit 970e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pylint~=2.15.5
pytest~=7.2.0
pytest-asyncio~=0.20.1
# pytest-order~=1.0.1
mypy~=0.982
mypy~=0.990
coverage~=6.5
pre-commit==2.20.0
codespell==2.2.2
Expand Down

0 comments on commit 970e07e

Please sign in to comment.