mirror of https://github.com/scrapy/scrapy.git
Bump typing deps.
This commit is contained in:
parent
a72394a388
commit
f56b5fc39e
10
tox.ini
10
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue