From 175a13ba123c1e43eb87f8823f46313b6d2e282c Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Fri, 17 May 2019 15:34:54 +0100 Subject: [PATCH 1/2] bump cryptography version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcd315c..83a1338 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.3.1 -requests==2.19.1 +cryptography==2.6.1 +requests==2.22.0 six==1.11.0 From 00da4a238236cf5f7d0490998f32005fe19acae6 Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Fri, 17 May 2019 17:28:17 +0100 Subject: [PATCH 2/2] bump version to reflect changes in dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b7bebc..3770f99 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='yubihsm', - version='1.2.0', + version='1.2.2', description='Python library for the YubiHSM 2', author='Yubico', author_email='yubico@yubico.com',