Skip to content

Commit 8765dc1

Browse files
Bump mypy from 0.991 to 1.0.1 (#418)
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.991...v1.0.1) --- 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 2a72638 commit 8765dc1

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
@@ -24,7 +24,7 @@ pre-commit = "^3.0.4"
2424
black = "^23.1.0"
2525
isort = "^5.12.0"
2626
coverage = {extras = ["toml"], version = "^7.1"}
27-
mypy = "^0.991"
27+
mypy = "^1.0"
2828
detect-secrets = "^1.4.0"
2929
bandit = "^1.7.0"
3030
pylint = "^2.16.2"

0 commit comments

Comments
 (0)