Skip to content

Commit c5da439

Browse files
build(deps-dev): bump mypy from 0.950 to 1.4.1 (#34)
Bumps [mypy](https://github.com/python/mypy) from 0.950 to 1.4.1. - [Commits](python/mypy@v0.950...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce47a80 commit c5da439

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

poetry.lock

Lines changed: 37 additions & 33 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
@@ -14,7 +14,7 @@ quart = ">= 0.17.0, < 1.0.0"
1414
[tool.poetry.group.dev.dependencies]
1515
shed = ">=0.9.5,<2023.7.0"
1616
pylint = "^2.13.8"
17-
mypy = "^0.950"
17+
mypy = ">=0.950,<1.5"
1818
pytest = "^7.1.2"
1919
pytest-asyncio = "^0.18.3"
2020
pytest-cov = "^4.1.0"

0 commit comments

Comments
 (0)