Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30868e0

Browse files
authoredJul 31, 2024··
Update dependency mypy to v1.11.1
1 parent 568312f commit 30868e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
extras_require={
2020

2121
'test': [
22-
'mypy==1.10.1',
22+
'mypy==1.11.1',
2323
'pytest>=6,<8',
2424
'pytest-cov>=4,<5',
2525
'pytest-asyncio==0.*',

0 commit comments

Comments
 (0)
Please sign in to comment.