Skip to content

Commit c0b7cab

Browse files
build(deps): bump mypy from 1.11.1 to 1.12.0
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c8557a commit c0b7cab

File tree

2 files changed

+35
-30
lines changed

2 files changed

+35
-30
lines changed

poetry.lock

+34-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
@@ -87,7 +87,7 @@ flake8 = { version = "7.1.1", optional = true }
8787
isort = { version = "5.13.2", optional = true }
8888
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds
8989
"keyrings.cryptfile" = { version = "1.3.9", optional = true }
90-
mypy = { version = "1.11.1", optional = true }
90+
mypy = { version = "1.12.0", optional = true }
9191
pre-commit = [ { version = "3.5.0", python = "<3.9", optional = true }, { version = "3.7.1", python = ">=3.9", optional = true } ]
9292
py3createtorrent = { version = "1.2.1", optional = true }
9393
pyinstaller = { version = "6.9.0", optional = true }

0 commit comments

Comments
 (0)