Skip to content

Commit baa668b

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.14.0 to 1.14.1
Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f453cdc commit baa668b

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.14.0 # also update pyproject.toml
1+
mypy==1.14.1 # 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.14.0", # also update mypy-requirements.txt
5+
"mypy==1.14.1", # 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)