Skip to content

Commit 9e0db0e

Browse files
Bump mypy from 1.6.1 to 1.7.0 (#756)
Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e525f48 commit 9e0db0e

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

poetry.lock

Lines changed: 30 additions & 29 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
@@ -25,7 +25,7 @@ pre-commit = "^3.5.0"
2525
black = "^23.11.0"
2626
isort = "^5.12.0"
2727
coverage = {extras = ["toml"], version = "^7.3"}
28-
mypy = "^1.6"
28+
mypy = "^1.7"
2929
detect-secrets = "^1.4.0"
3030
bandit = "^1.7.5"
3131
pylint = "^2.17.6"

0 commit comments

Comments
 (0)