Skip to content

Commit 6f632f8

Browse files
committed
Pin cryptography to <39 (ref #714)
1 parent 3433a5c commit 6f632f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kombu<5.3
1414

1515
setuptools-rust
1616
beautifulsoup4
17-
cryptography
17+
cryptography<39.0.0
1818
django-bleach<3 # 3 and up has no Python 3.7 support
1919
django-csp
2020
django-enumfields

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ click-repl==0.2.0
5050
# via celery
5151
colorlog==6.7.0
5252
# via -r requirements.in
53-
cryptography==39.0.1
53+
cryptography==38.0.4
5454
# via -r requirements.in
5555
django==3.2.18
5656
# via

0 commit comments

Comments
 (0)