Skip to content

Commit 1ac2275

Browse files
Bump mypy version to fix python/mypy#13627
1 parent e2e3780 commit 1ac2275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires = file:requirements.txt
3232
[options.extras_require]
3333
all =
3434
flake8==5.0.4
35-
mypy==0.971
35+
mypy==0.981
3636
Pillow==9.2.0
3737
pycodestyle==2.9.1
3838
pydocstyle==6.1.1
@@ -52,7 +52,7 @@ compile =
5252
pyinstaller==5.3
5353
dev =
5454
flake8==5.0.4
55-
mypy==0.971
55+
mypy==0.981
5656
pycodestyle==2.9.1
5757
pydocstyle==6.1.1
5858
pytest==7.1.2

0 commit comments

Comments
 (0)