Skip to content

Commit 8384e66

Browse files
chore(deps): update dependency mypy to v1.19.1
1 parent 607d1ca commit 8384e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"pytest==9.0.2",
4545
"pytest-asyncio==1.3.0",
4646
"pre-commit==4.5.0",
47-
"mypy==1.19.0",
47+
"mypy==1.19.1",
4848
]
4949
post-install-commands = ["hatch run pre-commit:install"]
5050

@@ -79,7 +79,7 @@ install = "pre-commit install -f"
7979

8080
[tool.hatch.envs.types]
8181
template = "hatch-test"
82-
extra-dependencies = ["mypy==1.19.0"]
82+
extra-dependencies = ["mypy==1.19.1"]
8383
post-install-commands = []
8484

8585
[tool.hatch.envs.types.scripts]

0 commit comments

Comments
 (0)