Skip to content

Commit 906855a

Browse files
committed
Sem-Ver: bugfix upgrade cryptography from using a version >= 2.3.0 < 2.4.0 to use a version >= 2.4.0 and < 2.5.0
Signed-off-by: David Black <dblack@atlassian.com>
1 parent fc66c07 commit 906855a

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.3.0,<2.4.0
1+
cryptography>=2.4.0,<2.5.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)