Skip to content

Commit fca0d68

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

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.2 # update pyproject.toml as well
1+
mypy[mypyc]==2.0.0 # 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.2', # update mypy-requirements as well
5+
'mypy[mypyc]==2.0.0', # update mypy-requirements as well
66
"black>=19.10b0,<26.4",
77
"types-requests",
88
"types-dataclasses",

0 commit comments

Comments
 (0)