Skip to content

Commit 8d14974

Browse files
Bump mypy from 0.991 to 1.0.0 (#758)
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7af9dad commit 8d14974

File tree

2 files changed

+29
-33
lines changed

2 files changed

+29
-33
lines changed

poetry.lock

Lines changed: 28 additions & 32 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
@@ -29,7 +29,7 @@ pre-commit = "^2.20"
2929
black = {version = "^22.12", allow-prereleases = true}
3030
pylint = "^2.13.9"
3131
isort = "^5.11.2"
32-
mypy = "^0.991"
32+
mypy = "^1.0"
3333
flake8 = "^5.0.4"
3434
pyupgrade = "^3.3.1"
3535
pytest-asyncio = "^0.20.3"

0 commit comments

Comments
 (0)