File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ librosa>=0.6.2 ; python_version < "3.11"
90
90
#Pinned versions:
91
91
#test that import:
92
92
93
- mypy==1.14 .0
93
+ mypy==1.15 .0
94
94
# Pin MyPy version because new errors are likely to appear with each release
95
95
#Description: linter
96
- #Pinned versions: 1.14 .0
96
+ #Pinned versions: 1.15 .0
97
97
#test that import: test_typing.py, test_type_hints.py
98
98
99
99
networkx==2.8.8
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ init_command = [
147
147
' numpy==1.26.4 ; python_version >= "3.9" and python_version <= "3.11"' ,
148
148
' numpy==2.1.0 ; python_version >= "3.12"' ,
149
149
' expecttest==0.3.0' ,
150
- ' mypy==1.14 .0' ,
150
+ ' mypy==1.15 .0' ,
151
151
' sympy==1.13.3' ,
152
152
' types-requests==2.27.25' ,
153
153
' types-PyYAML==6.0.7' ,
You can’t perform that action at this time.
0 commit comments