Bump lxml and cryptography to versions with 3.8 wheels available.

This commit is contained in:
Andrey Rakhmatullin 2023-06-18 19:08:41 +04:00
parent 1b2c9a3e0a
commit 075b89eab5
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ def has_environment_marker_platform_impl_support():
install_requires = [
"Twisted>=18.9.0",
"cryptography>=3.4.6",
"cryptography>=36.0.0",
"cssselect>=0.9.1",
"itemloaders>=1.0.1",
"parsel>=1.5.0",
@ -34,7 +34,7 @@ install_requires = [
"setuptools",
"packaging",
"tldextract",
"lxml>=4.3.0",
"lxml>=4.4.1",
]
extras_require = {}
cpython_dependencies = [

View File

@ -69,7 +69,7 @@ commands =
[pinned]
deps =
cryptography==3.4.6
cryptography==36.0.0
cssselect==0.9.1
h2==3.0
itemadapter==0.1.0
@ -81,7 +81,7 @@ deps =
Twisted[http2]==18.9.0
w3lib==1.17.0
zope.interface==5.1.0
lxml==4.3.0
lxml==4.4.1
-rtests/requirements.txt
# mitmproxy 4.0.4+ requires upgrading some of the pinned dependencies