Skip to content

Commit

Permalink
Bump mypy[mypyc] from 1.12.0 to 1.12.1
Browse files Browse the repository at this point in the history
Bumps [mypy[mypyc]](https://github.com/python/mypy) from 1.12.0 to 1.12.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: mypy[mypyc]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mr-c committed Oct 21, 2024
1 parent 6308505 commit 4bea70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mypy[mypyc]==1.12.0 # 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.12.0', # update mypy-requirements as well
'mypy[mypyc]==1.12.1',
"black>=19.10b0,<23.12",
"types-requests",
"types-dataclasses",
Expand Down

0 comments on commit 4bea70e

Please sign in to comment.