Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c41910

Browse files
authoredDec 1, 2024··
Bump mypy from 1.11.2 to 1.13.0
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ba34f1 commit 6c41910

File tree

2 files changed

+36
-30
lines changed

2 files changed

+36
-30
lines changed
 

‎poetry.lock

+35-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
@@ -31,7 +31,7 @@ optional = true
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pre-commit = "^4.0.1"
34-
mypy = "^1.11.2"
34+
mypy = "^1.13.0"
3535
syrupy = "^4.7.1"
3636
pytest-cov = ">=4.1,<6.0"
3737
coveralls = "^3.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.