Merge pull request #5786 from Gallaecio/ci-pypy

Minimum cryptography: 3.3 → 3.4.6
This commit is contained in:
Andrey Rakhmatullin 2023-01-08 00:48:40 +05:00 committed by GitHub
commit 90a52957e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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