mirror of https://github.com/scrapy/scrapy.git
Bump mypy and types-*.
This commit is contained in:
parent
80453d53b1
commit
b1f33a68ac
10
tox.ini
10
tox.ini
|
|
@ -37,13 +37,13 @@ install_command =
|
|||
[testenv:typing]
|
||||
basepython = python3
|
||||
deps =
|
||||
mypy==0.991
|
||||
mypy==1.0.0
|
||||
types-attrs==19.1.0
|
||||
types-lxml==2022.11.8
|
||||
types-Pillow==9.4.0.5
|
||||
types-Pygments==2.14.0.1
|
||||
types-pyOpenSSL==21.0.0
|
||||
types-setuptools==57.0.0
|
||||
types-Pillow==9.4.0.10
|
||||
types-Pygments==2.14.0.2
|
||||
types-pyOpenSSL==23.0.0.2
|
||||
types-setuptools==67.2.0.1
|
||||
commands =
|
||||
mypy --show-error-codes {posargs: scrapy tests}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue