Skip to content

Commit 43043b6

Browse files
Bump mypy[mypyc] from 1.12.1 to 1.13.0 (#886)
* Bump mypy[mypyc] from 1.12.1 to 1.13.0 Bumps [mypy[mypyc]](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy[mypyc] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent bff882f commit 43043b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy[mypyc]==1.12.1 # update pyproject.toml as well
1+
mypy[mypyc]==1.13.0 # update pyproject.toml as well
22
black>=23.12,<24.11
33
types-requests
44
types-dataclasses

pyproject.toml

+1-1
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,<9",
5-
'mypy[mypyc]==1.12.1', # update mypy-requirements as well
5+
'mypy[mypyc]==1.13.0', # update mypy-requirements as well
66
"black>=19.10b0,<24.11",
77
"types-requests",
88
"types-dataclasses",

0 commit comments

Comments
 (0)