We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d15de commit 4d25e0fCopy full SHA for 4d25e0f
mypy-requirements.txt
@@ -1,4 +1,4 @@
1
-mypy==1.3.0 # also update pyproject.toml
+mypy==1.6.0 # also update pyproject.toml
2
ruamel.yaml>=0.16.0,<0.18
3
cwl-utils>=0.22
4
types-requests
pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=45",
- "mypy==1.3.0", # also update mypy-requirements.txt
+ "mypy==1.6.0", # also update mypy-requirements.txt
5
"types-requests",
6
"types-psutil",
7
"importlib_resources>=1.4", # equivalent to Python 3.9
0 commit comments