Skip to content

Commit 8dee8e9

Browse files
Bump mypy from 1.12.1 to 1.13.0 (#2058)
* Bump mypy from 1.12.1 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent e3e6bf9 commit 8dee8e9

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.12.1 # also update pyproject.toml
1+
mypy==1.13.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.19
33
cwl-utils>=0.32
44
cwltest

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
"setuptools_scm[toml]>=8.0.4,<9",
5-
"mypy==1.12.1", # also update mypy-requirements.txt
5+
"mypy==1.13.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)