Skip to content

Commit 28b01ae

Browse files
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 734fbc0 commit 28b01ae

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[mypyc]==1.20.0 # update pyproject.toml as well
1+
mypy[mypyc]==1.20.1 # update pyproject.toml as well
22
black>=23.12,<26.4
33
types-requests
44
types-dataclasses

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=50", # 50 is to match mypyc's minimum
44
"setuptools_scm[toml]>=8.0.4,<11",
5-
'mypy[mypyc]==1.20.0', # update mypy-requirements as well
5+
'mypy[mypyc]==1.20.1', # update mypy-requirements as well
66
"black>=19.10b0,<26.4",
77
"types-requests",
88
"types-dataclasses",

0 commit comments

Comments
 (0)