Bump typing package versions.

This commit is contained in:
Andrey Rakhmatullin 2023-07-14 22:09:02 +04:00
parent b6196309cb
commit 93962ebefc
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -33,13 +33,13 @@ install_command =
[testenv:typing]
basepython = python3
deps =
mypy==1.2.0
mypy==1.4.1
types-attrs==19.1.0
types-lxml==2023.3.28
types-Pillow==9.5.0.2
types-Pygments==2.15.0.0
types-pyOpenSSL==23.1.0.2
types-setuptools==67.7.0.1
types-Pillow==10.0.0.1
types-Pygments==2.15.0.1
types-pyOpenSSL==23.2.0.1
types-setuptools==68.0.0.1
commands =
mypy --show-error-codes {posargs: scrapy tests}