Skip to content

Commit 70bf759

Browse files
build(deps-dev): bump mypy from 0.942 to 1.7.0
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.942...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c05055 commit 70bf759

File tree

2 files changed

+41
-36
lines changed

2 files changed

+41
-36
lines changed

poetry.lock

Lines changed: 40 additions & 35 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
@@ -21,7 +21,7 @@ sphinxcontrib-spelling = ">=7.3.3,<9.0.0"
2121
[tool.poetry.group.dev.dependencies]
2222
shed = ">=0.9.5,<2023.7.0"
2323
pylint = "^2.13.7"
24-
mypy = "^0.942"
24+
mypy = ">=0.942,<1.8"
2525
pytest = "^7.1.1"
2626
pytest-asyncio = ">=0.18.3,<0.22.0"
2727
pytest-cov = ">=3,<5"

0 commit comments

Comments
 (0)