From 354d4354e7b78070bc70dcdca598a6027e9642d4 Mon Sep 17 00:00:00 2001 From: Richard Connon Date: Sat, 2 Oct 2021 16:45:42 +0100 Subject: Remove upper bound on cryptography version Cryptography has adopted a firefox-style versioning system where new feature releases always have new major versions even if they don't have backwards incompatible changes. This means that an upper bound on the dependency does not make sense. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c52e6d7..c3c427e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyjwt>=2.0.0,<3 blinker==1.4 -cryptography>=3.0.0,<4 +cryptography>=3.0.0 -- cgit v1.2.1