Skip to content

Commit f2c86fc

Browse files
committed
Set version of mypy to 1.11.2
1 parent 239b245 commit f2c86fc

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests = [
6565
]
6666
lint = [
6767
"yamllint",
68-
"mypy==1.7.1",
68+
"mypy==1.11.2",
6969
"ruff==0.11.0",
7070
"astroid>=3.1,<4.0",
7171
]
@@ -99,7 +99,7 @@ dev = [
9999
"pytest-httpx>=0.30",
100100
"pytest-xdist>=3.3.1",
101101
"yamllint",
102-
"mypy==1.7.1",
102+
"mypy==1.11.2",
103103
"ipython",
104104
"requests",
105105
"pre-commit>=2.20.0",
@@ -387,7 +387,7 @@ tests = [
387387
]
388388
lint = [
389389
"yamllint",
390-
"mypy==1.7.1",
390+
"mypy==1.11.2",
391391
"ruff==0.11.0",
392392
"astroid>=3.1,<4.0",
393393
]

uv.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)