Skip to content

Commit 205605f

Browse files
authored
Sem-Ver: bugfix upgrade cryptography from using a version >= 2.7.0 < 2.8.0 to use a version >= 2.8.0 and < 2.9.0
Signed-off-by: David Black <[email protected]>
1 parent 5cbd28c commit 205605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography>=2.7.0,<2.8.0
1+
cryptography>=2.8.0,<2.9.0
22
PyJWT>=1.5.2,<2.0.0
33
requests>=2.8.1,<3.0.0
44
CacheControl==0.12.5

0 commit comments

Comments
 (0)