Skip to content

Commit 20baa4e

Browse files
chore(deps): update dependency mypy to v1.20.2
1 parent 952d351 commit 20baa4e

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
@@ -44,7 +44,7 @@ dependencies = [
4444
"pytest==9.0.2",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.5.1",
47-
"mypy==1.19.1",
47+
"mypy==1.20.2",
4848
"ruamel.yaml==0.18.17",
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.19.1"]
82+
extra-dependencies = ["mypy==1.20.2"]
8383
post-install-commands = []
8484

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

0 commit comments

Comments
 (0)