Skip to content

Commit 1e882c9

Browse files
dependabot[bot]amotl
authored andcommitted
Update mypy requirement from <1.8 to <1.9
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@v0.1.0...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be457b4 commit 1e882c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies = [
9393
[project.optional-dependencies]
9494
develop = [
9595
"black<24",
96-
"mypy<1.8",
96+
"mypy<1.9",
9797
"poethepoet<0.25",
9898
"pyproject-fmt<1.6",
9999
"ruff==0.1.7",

0 commit comments

Comments
 (0)