Skip to content

Commit 74f3da5

Browse files
authored
Sem-Ver: bugfix upgrade cryptography from using a version >= 3.1.0 < 3.2.0 to use a version >= 3.2.1 and < 3.3.0
Signed-off-by: David Black <[email protected]>
1 parent 8d3226f commit 74f3da5

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>=3.1.0,<3.2.0
1+
cryptography>=3.2.1,<3.3.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)