diff --git a/setup.py b/setup.py index 27445cad0..bdae28047 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tox.ini b/tox.ini index 84e83ac2a..520d90303 100644 --- a/tox.ini +++ b/tox.ini @@ -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