Skip to content

Commit 2fd18ef

Browse files
committed
Stop pinning cryptography version
1 parent 6279892 commit 2fd18ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"Brotli>=1.0,<1.1",
7373
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
7474
"click>=7.0,<8.1",
75-
"cryptography>=3.3,<3.5",
75+
"cryptography>=3.3",
7676
"flask>=1.1.1,<2.1",
7777
"h11>=0.11,<0.13",
7878
"h2>=4.1,<5",
@@ -82,7 +82,7 @@
8282
"msgpack>=1.0.0, <1.1.0",
8383
"passlib>=1.6.5, <1.8",
8484
"protobuf>=3.14,<3.19",
85-
"pyOpenSSL>=20.0,<21.1",
85+
"pyOpenSSL>=20.0",
8686
"pyparsing>=2.4.2,<2.5",
8787
"pyperclip>=1.6.0,<1.9",
8888
"ruamel.yaml>=0.16,<0.17.17",

0 commit comments

Comments
 (0)