Skip to content

Commit 2f12f59

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump mypy from 2.0.0 to 2.1.0
Bumps [mypy](https://github.com/python/mypy) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60dfe96 commit 2f12f59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==2.0.0 # also update pyproject.toml
1+
mypy==2.1.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.20
33
cwl-utils>=0.41
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[simple]>=8.0.4,<11",
5-
"mypy==2.0.0", # also update mypy-requirements.txt
5+
"mypy==2.1.0", # also update mypy-requirements.txt
66
"types-requests",
77
"types-psutil>=7.1.3.20251210",
88
"ruamel.yaml>=0.16.0,<0.20",

0 commit comments

Comments
 (0)