Skip to content

Commit

Permalink
Update pytest-mypy requirement from ==0.8.1 to ==0.10.3
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-mypy](https://github.com/dbader/pytest-mypy) to permit the latest version.
- [Release notes](https://github.com/dbader/pytest-mypy/releases)
- [Changelog](https://github.com/realpython/pytest-mypy/blob/v0.10.3/changelog.md)
- [Commits](realpython/pytest-mypy@v0.8.1...v0.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2024
1 parent 22dd8e6 commit b052977
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 @@ -56,7 +56,7 @@ boto3 = ">=1.9.71,<2.0.0"
coverage = ">=4.4"
jsonpickle = ">1.4.1"
pytest-cov = ">=2.4.0"
pytest-mypy = "==0.8.1"
pytest-mypy = "==0.10.3"
mypy = "==0.910"


Expand Down

0 comments on commit b052977

Please sign in to comment.