Skip to content

Commit fd35235

Browse files
authored
Merge pull request #375 from TotallyNotRobots/renovate/mypy-1.18.x
chore(deps): update dependency mypy to v1.18.2
2 parents 4d7c297 + c695b3d commit fd35235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pytest==8.4",
4444
"irc-parser-tests==0.0.4",
4545
"pre-commit==4.3.0",
46-
"mypy==1.8",
46+
"mypy==1.18.2",
4747
"ruamel.yaml==0.18.15",
4848
]
4949
post-install-commands = [
@@ -71,7 +71,7 @@ cov-report = ["coverage report --show-missing --skip-covered", "coverage xml"]
7171
python = ["3.13", "3.12", "3.11", "3.10", "3.9"]
7272

7373
[tool.hatch.envs.types]
74-
extra-dependencies = ["mypy==1.8"]
74+
extra-dependencies = ["mypy==1.18.2"]
7575
[tool.hatch.envs.types.scripts]
7676
check = "mypy --install-types --non-interactive {args:irclib tests}"
7777

0 commit comments

Comments
 (0)