Skip to content

Commit 9430202

Browse files
authored
Sem-Ver: bugfix upgrade cryptography from using a version >= 2.5.0 < 2.6.0 to use a version >= 2.7.0 and < 2.8.0
Signed-off-by: David Black <dblack@atlassian.com>
1 parent f1c8a00 commit 9430202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography>=2.5.0,<2.6.0
1+
cryptography>=2.7.0,<2.8.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)