Skip to content

Commit 3d055cd

Browse files
authored
[py] Upgrade dependencies for mypy tox environment (#15642)
1 parent 0686d8f commit 3d055cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ setenv =
2525
[testenv:mypy]
2626
skip_install = true
2727
deps =
28-
mypy==1.4.1
29-
lxml==4.9.1
28+
mypy==1.15.0
29+
lxml==5.3.2
3030
types-urllib3==1.26.25
3131
types-certifi==2021.10.8.3
32-
trio-typing==0.7.0
32+
trio-typing==0.10.0
3333
commands = mypy --install-types {posargs}
3434

3535
[testenv:linting-ci]

0 commit comments

Comments
 (0)