Skip to content

Commit 54154aa

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump mypy from 1.20.0 to 1.20.1
Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 1.20.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5377758 commit 54154aa

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