We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ec9ef commit 96c711aCopy full SHA for 96c711a
mypy-requirements.txt
@@ -1,4 +1,4 @@
1
-mypy==1.2.0 # also update pyproject.toml
+mypy==1.3.0 # also update pyproject.toml
2
ruamel.yaml>=0.16.0,<0.17.27
3
schema-salad>=8.4,<9
4
cwl-utils >=0.22
pyproject.toml
@@ -2,7 +2,7 @@
requires = [
"setuptools>=45",
'mypy==0.971; python_version == "3.6"', # last version for Python 3.6
5
- 'mypy==1.2.0; python_version >= "3.7"', # also update mypy-requirements.txt
+ 'mypy==1.3.0; python_version >= "3.7"', # also update mypy-requirements.txt
6
"types-pkg_resources",
7
"types-requests",
8
"types-psutil",
0 commit comments