Skip to content

Commit 4d25e0f

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.3.0 to 1.6.0
Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.6.0. - [Commits](python/mypy@v1.3.0...v1.6.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 f7d15de commit 4d25e0f

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.3.0 # also update pyproject.toml
1+
mypy==1.6.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.18
33
cwl-utils>=0.22
44
types-requests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=45",
4-
"mypy==1.3.0", # also update mypy-requirements.txt
4+
"mypy==1.6.0", # also update mypy-requirements.txt
55
"types-requests",
66
"types-psutil",
77
"importlib_resources>=1.4", # equivalent to Python 3.9

0 commit comments

Comments
 (0)