Bump typing deps.

This commit is contained in:
Andrey Rakhmatullin 2023-12-20 16:19:11 +04:00
parent a72394a388
commit f56b5fc39e
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -33,14 +33,14 @@ install_command =
[testenv:typing]
basepython = python3
deps =
mypy==1.6.1
typing-extensions==4.8.0
mypy==1.7.1
typing-extensions==4.9.0
types-attrs==19.1.0
types-lxml==2023.10.21
types-Pillow==10.1.0.0
types-Pygments==2.16.0.0
types-Pillow==10.1.0.2
types-Pygments==2.17.0.0
types-pyOpenSSL==23.3.0.0
types-setuptools==68.2.0.0
types-setuptools==69.0.0.0
# 2.1.2 fixes a typing bug: https://github.com/scrapy/w3lib/pull/211
w3lib >= 2.1.2
commands =