Skip to content

Commit 62b48be

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump mypy[mypyc] from 1.18.2 to 1.19.0
Bumps [mypy[mypyc]](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy[mypyc] dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6671b20 commit 62b48be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18.2 # update pyproject.toml as well
1+
mypy[mypyc]==1.19.0 # update pyproject.toml as well
22
black>=23.12,<25.12
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,<10",
5-
'mypy[mypyc]==1.18.2', # update mypy-requirements as well
5+
'mypy[mypyc]==1.19.0', # update mypy-requirements as well
66
"black>=19.10b0,<25.12",
77
"types-requests",
88
"types-dataclasses",

0 commit comments

Comments
 (0)