Skip to content

Commit 9821d39

Browse files
build(deps-dev): bump pytest-mypy from 0.9.1 to 0.10.3 (#67)
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy) from 0.9.1 to 0.10.3. - [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.9.1...v0.10.3) --- updated-dependencies: - dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9972437 commit 9821d39

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

poetry.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest-cov = ">=3,<5"
2626
typeguard = "^2.13.3"
2727
docformatter = "^1.4"
2828
pytest-pylint = ">=0.18,<0.20"
29-
pytest-mypy = "^0.9.1"
29+
pytest-mypy = ">=0.9.1,<0.11.0"
3030
pydocstyle = "^6.1.1"
3131
pytest-pydocstyle = "^2.3.0"
3232
pyenchant = "^3.2.2"

0 commit comments

Comments
 (0)