Skip to content

Commit 270f9c6

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.9.0 to 1.10.0
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.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 92252b8 commit 270f9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.9.0 # also update pyproject.toml
1+
mypy==1.10.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.19
33
cwl-utils>=0.32
44
types-requests

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=45",
44
"setuptools_scm[toml]>=8.0.4,<9",
5-
"mypy==1.9.0", # also update mypy-requirements.txt
5+
"mypy==1.10.0", # also update mypy-requirements.txt
66
"types-requests",
77
"types-psutil",
88
"importlib_resources>=1.4;python_version<'3.9'",

0 commit comments

Comments
 (0)