mirror of https://github.com/scrapy/scrapy.git
Update typing package versions.
This commit is contained in:
parent
732557e698
commit
4cb2fc2c3b
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Any, Optional
|
||||
|
||||
import OpenSSL._util as pyOpenSSLutil
|
||||
import OpenSSL._util as pyOpenSSLutil # type: ignore[import-untyped]
|
||||
import OpenSSL.SSL
|
||||
import OpenSSL.version
|
||||
from OpenSSL.crypto import X509Name
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -33,13 +33,13 @@ install_command =
|
|||
[testenv:typing]
|
||||
basepython = python3
|
||||
deps =
|
||||
mypy==1.5.1
|
||||
typing-extensions==4.7.1
|
||||
mypy==1.6.1
|
||||
typing-extensions==4.8.0
|
||||
types-attrs==19.1.0
|
||||
types-lxml==2023.3.28
|
||||
types-Pillow==10.0.0.3
|
||||
types-lxml==2023.10.21
|
||||
types-Pillow==10.1.0.0
|
||||
types-Pygments==2.16.0.0
|
||||
types-pyOpenSSL==23.2.0.2
|
||||
types-pyOpenSSL==23.3.0.0
|
||||
types-setuptools==68.2.0.0
|
||||
# 2.1.2 fixes a typing bug: https://github.com/scrapy/w3lib/pull/211
|
||||
w3lib >= 2.1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue