Skip to content

Commit a780f6f

Browse files
Bump mypy from 1.8.0 to 1.9.0 (#1170)
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.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 a878ded commit a780f6f

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

poetry.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pre-commit = "^3.5"
3030
black = {version = "^24.2", allow-prereleases = true}
3131
pylint = "^3.1.0"
3232
isort = "^5.13.2"
33-
mypy = "^1.8"
33+
mypy = "^1.9"
3434
flake8 = "^5.0.4"
3535
pyupgrade = "^3.3.2"
3636
pytest-asyncio = "^0.23.5"

0 commit comments

Comments
 (0)