Skip to content

Commit f5196d8

Browse files
committed
Relax the upper bound after testing the latest one
1 parent a5f8b67 commit f5196d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_requires =
5252
# And we will use the cryptography (X+3).0.0 as the upper bound,
5353
# based on their latest deprecation policy
5454
# https://cryptography.io/en/latest/api-stability/#deprecation
55-
cryptography>=2.5,<46
55+
cryptography>=2.5,<47
5656

5757

5858
[options.extras_require]

0 commit comments

Comments
 (0)