Skip to content

Commit d1b53a2

Browse files
authored
Sem-Ver: bugfix upgrade cryptography from using a version >= 2.8.0 < 2.9.0 to use a version >= 3.1.0 and < 3.2.0
Signed-off-by: David Black <[email protected]>
1 parent 3c2bc52 commit d1b53a2

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.8.0,<2.9.0
1+
cryptography>=3.1.0,<3.2.0
22
PyJWT>=1.5.2,<2.0.0
33
requests>=2.8.1,<3.0.0
44
CacheControl==0.12.6

0 commit comments

Comments
 (0)