From c0aa5c926543f7f734fa6c9450ac314f8546eaac Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 19 Feb 2020 14:04:20 +0100 Subject: [PATCH] Update dependencies --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 8417176..25edebb 100644 --- a/Pipfile +++ b/Pipfile @@ -4,12 +4,12 @@ verify_ssl = true name = "pypi" [packages] -django = "~=2.2.0" +django = "~=3.0.3" django-bulma = "*" django-npb = "*" markdown = "*" python-decouple = "*" -cryptography = ">=2.7,<2.8" +cryptography = ">=2.8" [dev-packages] gunicorn = "*"