Skip to content

Commit f78e7e9

Browse files
chore(deps-dev): bump mypy from 0.942 to 1.3.0 (#52)
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.3.0. - [Commits](python/mypy@v0.942...v1.3.0) --- 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 914fed4 commit f78e7e9

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
@@ -20,7 +20,7 @@ python = "^3.9"
2020
[tool.poetry.group.dev.dependencies]
2121
shed = ">=0.9.5,<2023.6.0"
2222
pylint = "^2.13.7"
23-
mypy = "^0.942"
23+
mypy = ">=0.942,<1.4"
2424
pytest = "^7.1.1"
2525
pytest-cov = "^3.0.0"
2626
typeguard = "^2.13.3"

0 commit comments

Comments
 (0)