Minimum cryptography: 3.3 → 3.4.6

This commit is contained in:
Adrián Chaves 2023-01-06 20:16:54 +01:00
parent 724b033287
commit 16546564f6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ def has_environment_marker_platform_impl_support():
install_requires = [
'Twisted>=18.9.0',
'cryptography>=3.3',
'cryptography>=3.4.6',
'cssselect>=0.9.1',
'itemloaders>=1.0.1',
'parsel>=1.5.0',

View File

@ -81,7 +81,7 @@ commands =
[pinned]
deps =
cryptography==3.3
cryptography==3.4.6
cssselect==0.9.1
h2==3.0
itemadapter==0.1.0