We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607d1ca commit 8384e66Copy full SHA for 8384e66
pyproject.toml
@@ -44,7 +44,7 @@ dependencies = [
44
"pytest==9.0.2",
45
"pytest-asyncio==1.3.0",
46
"pre-commit==4.5.0",
47
- "mypy==1.19.0",
+ "mypy==1.19.1",
48
]
49
post-install-commands = ["hatch run pre-commit:install"]
50
@@ -79,7 +79,7 @@ install = "pre-commit install -f"
79
80
[tool.hatch.envs.types]
81
template = "hatch-test"
82
-extra-dependencies = ["mypy==1.19.0"]
+extra-dependencies = ["mypy==1.19.1"]
83
post-install-commands = []
84
85
[tool.hatch.envs.types.scripts]
0 commit comments