Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 89e1421

Browse files
deps: bump mypy from 1.4.1 to 1.10.0
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f304bc8 commit 89e1421

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

poetry.lock

Lines changed: 31 additions & 30 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
@@ -42,7 +42,7 @@ fastapi-crudrouter=['fastapi-crudrouter']
4242
pytest = "^7.2.0"
4343
coverage = {extras = ["toml"], version = ">=6.5,<8.0"}
4444
safety = ">=2.3.1,<4.0.0"
45-
mypy = ">=0.991,<1.5"
45+
mypy = ">=0.991,<1.11"
4646
xdoctest = {extras = ["colors"], version = "^1.1.0"}
4747
sphinx = ">=4.3.2,<8.0.0"
4848
sphinx-autobuild = ">=2021.3.14"

0 commit comments

Comments
 (0)