Skip to content

Commit 96c711a

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.2.0 to 1.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](python/mypy@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15ec9ef commit 96c711a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.2.0 # also update pyproject.toml
1+
mypy==1.3.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.17.27
33
schema-salad>=8.4,<9
44
cwl-utils >=0.22

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=45",
44
'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
5+
'mypy==1.3.0; python_version >= "3.7"', # also update mypy-requirements.txt
66
"types-pkg_resources",
77
"types-requests",
88
"types-psutil",

0 commit comments

Comments
 (0)