Skip to content

Commit a1291bd

Browse files
chore(deps)(deps-dev): update mypy requirement
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b58ace9 commit a1291bd

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
@@ -68,7 +68,7 @@ optional-dependencies.dev = [
6868
"lxml>=5.0,<7.0",
6969
"mistune>=3.0,<4.0",
7070
"mutmut>=3.5,<4.0",
71-
"mypy>=1.0,<2.0",
71+
"mypy>=1.0,<3.0",
7272
"pebble>=5.0,<6.0",
7373
"pre-commit>=3.0,<5.0",
7474
"pygit2>=1.12,<2.0",

0 commit comments

Comments
 (0)