Skip to content

Commit

Permalink
Merge pull request #906 from common-workflow-language/dependabot/pip/…
Browse files Browse the repository at this point in the history
…mypy-mypyc--1.14.1

Bump mypy[mypyc] from 1.14.0 to 1.14.1
  • Loading branch information
mergify[bot] authored Dec 31, 2024
2 parents fe93ec0 + f5ab2cf commit 9ff6921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy[mypyc]==1.14.0 # update pyproject.toml as well
mypy[mypyc]==1.14.1 # update pyproject.toml as well
black>=23.12,<24.11
types-requests
types-dataclasses
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=50", # 50 is to match mypyc's minimum
"setuptools_scm[toml]>=8.0.4,<9",
'mypy[mypyc]==1.14.0', # update mypy-requirements as well
'mypy[mypyc]==1.14.1', # update mypy-requirements as well
"black>=19.10b0,<24.11",
"types-requests",
"types-dataclasses",
Expand Down

0 comments on commit 9ff6921

Please sign in to comment.