mirror of https://github.com/scrapy/scrapy.git
Bump typing package versions.
This commit is contained in:
parent
b6196309cb
commit
93962ebefc
10
tox.ini
10
tox.ini
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue