Skip to content

Commit c3a55da

Browse files
chore(deps): update dependency mypy to v1.19.0
1 parent 5427a93 commit c3a55da

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.1",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.5.0",
47-
"mypy==1.18.2",
47+
"mypy==1.19.0",
4848
"ruamel.yaml==0.18.16",
4949
]
5050
post-install-commands = ["hatch run pre-commit:install"]
@@ -79,7 +79,7 @@ cov-report = ["coverage report --show-missing --skip-covered", "coverage xml"]
7979
python = ["3.14", "3.13", "3.12", "3.11", "3.10"]
8080

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

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

0 commit comments

Comments
 (0)