Skip to content

Commit 450dbfe

Browse files
chore(deps-dev): update mypy requirement from <2,>=1.13 to >=1.13,<3
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f357ba commit 450dbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dev = [
8080
"pytest-asyncio>=0.24,<1",
8181
"respx>=0.21,<1",
8282
"ruff>=0.8,<1",
83-
"mypy>=1.13,<2",
83+
"mypy>=1.13,<3",
8484
"datamodel-code-generator>=0.26",
8585
"pyyaml>=6",
8686
"python-dotenv>=1",

0 commit comments

Comments
 (0)