Skip to content

Commit f624a18

Browse files
dependabot[bot]Joshix-1
authored andcommitted
Update mypy requirement from ==1.9.* to ==1.10.*
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@1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 933bc33 commit f624a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ coverage==7.*
1212
# typechecking
1313
# pyre-check==0.9.*
1414
# pyright==1.*
15-
mypy==1.9.*
15+
mypy==1.10.*
1616
typing-extensions==4.*
1717
pytype==2024.4.11
1818

0 commit comments

Comments
 (0)