Skip to content

Commit 4cc1eff

Browse files
build(deps-dev): update mypy requirement
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.8.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50c90d3 commit 4cc1eff

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
@@ -92,7 +92,7 @@ dev = [
9292
"pytest>=8.0.2",
9393
"pytest-cov",
9494
"python-dotenv>=1.2.1",
95-
"mypy>=1.8.0,<2.0",
95+
"mypy>=1.8.0,<3.0",
9696
"jupyter>=1.0.0,<2.0",
9797
"ruff>=0.3.4",
9898
"black>=23.12.1,<27.0",

0 commit comments

Comments
 (0)