From 164a44e41b88146bcef0beef1a83df4385dadaad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 May 2021 14:54:10 +0100 Subject: [PATCH] Pin cryptography to latest version 3.4.7 --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index b6774c3cd..48bd4ecb3 100644 --- a/requirements.in +++ b/requirements.in @@ -31,7 +31,7 @@ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha#egg=govuk- # cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS # e.g. https://github.com/alphagov/notifications-api/pull/3126 -cryptography<3.4 +cryptography==3.4.7 # gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains # version 0.10.0 introduced exceptions when workers crashed due to deprecating lower case `prometheus_multiproc_dir`.