From b69fa53fd836dc559aa7fcd78ce075bcbe361629 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 12 Feb 2021 04:36:13 -0700 Subject: Bump pyjwt and cryptography versions (#749) * Bump pyjwt and cryptography versions Bump PyJWT to v2. No backward incompatible changes in the new version affects oauthlib. Bump minimum cryptography version to 3. PyJWT bumps cryptography as well plus older versions don't support newer versions of openssl. * Remove python 3.5 support; add python 3.8 support - Python 3.5 has reached end-of-life. - Add support for Python 3.8 - Move dist to bionic (xenial is EOL in April) - Upgrade pip in travis.yml's `before_install`. this should install a wheel for pyca/cryptography - Install rust for pypy builds. It is a requirement for cryptography as no pypy wheels exist. Co-authored-by: Asif Saif Uddin --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7e9c3da..c52e6d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyjwt==1.7.1 +pyjwt>=2.0.0,<3 blinker==1.4 -cryptography>=1.4.0 +cryptography>=3.0.0,<4 -- cgit v1.2.1