Skip to content

Commit

Permalink
chore(deps-dev): Update mypy requirement from ~=1.0.0 to ~=1.0.1 (#1929)
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@v1.0.0...v1.0.1)

---
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] authored Feb 22, 2023
1 parent 557c0d0 commit b5fd638
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.16.2
pytest~=7.2.1
pytest-asyncio~=0.20.3
# pytest-order~=1.0.1
mypy~=1.0.0
mypy~=1.0.1
coverage~=7.1
pre-commit==3.0.4
codespell==2.2.2
Expand Down

0 comments on commit b5fd638

Please sign in to comment.