Skip to content

Commit 716fa08

Browse files
Upgrade mypy (#3864)
1 parent b70b2c6 commit 716fa08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
<!-- Changes to how Black is packaged, such as dependency requirements -->
2424

25+
- Upgrade to mypy 1.5.1 (#3864)
26+
2527
### Parser
2628

2729
<!-- Changes to the parser or to version autodetection -->

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sources = ["src"]
117117
enable-by-default = false
118118
dependencies = [
119119
"hatch-mypyc>=0.16.0",
120-
"mypy==1.3",
120+
"mypy==1.5.1",
121121
"click==8.1.3", # avoid https://github.com/pallets/click/issues/2558
122122
]
123123
require-runtime-dependencies = true

0 commit comments

Comments
 (0)