We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b2c6 commit 716fa08Copy full SHA for 716fa08
CHANGES.md
@@ -22,6 +22,8 @@
22
23
<!-- Changes to how Black is packaged, such as dependency requirements -->
24
25
+- Upgrade to mypy 1.5.1 (#3864)
26
+
27
### Parser
28
29
<!-- Changes to the parser or to version autodetection -->
pyproject.toml
@@ -117,7 +117,7 @@ sources = ["src"]
117
enable-by-default = false
118
dependencies = [
119
"hatch-mypyc>=0.16.0",
120
- "mypy==1.3",
+ "mypy==1.5.1",
121
"click==8.1.3", # avoid https://github.com/pallets/click/issues/2558
122
]
123
require-runtime-dependencies = true
0 commit comments