Skip to content

Commit 2a4a460

Browse files
committed
Bump pylint and mypy.
1 parent 9b48131 commit 2a4a460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ commands =
2121
basepython = python3
2222
deps =
2323
pytest
24-
mypy==1.15.0
24+
mypy==1.17.0
2525
commands =
2626
mypy --strict {posargs: w3lib tests}
2727

2828
[testenv:pylint]
2929
deps =
3030
{[testenv]deps}
31-
pylint==3.3.6
31+
pylint==3.3.7
3232
commands =
3333
pylint docs tests w3lib
3434

0 commit comments

Comments
 (0)