From 9e3e3080da4678ebec4d034c754432e2560e5f9a Mon Sep 17 00:00:00 2001 From: Richard Connon Date: Tue, 29 May 2018 14:36:13 +0100 Subject: [PATCH] Bump python-dateutil to new version to resolve issues with parsing server Date headers Signed-off-by: Richard Connon --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c11ac76f1c..aacd37f253 100755 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ PyJWT==1.5.3 pyOpenSSL==17.4.0 pytest==3.2.3 pytest-catchlog==1.2.2 -python-dateutil==2.5.3 +python-dateutil==2.7.3 pytz==2016.10 requests==2.18.4 sphinx-rtd-theme==0.2.5b2 diff --git a/setup.py b/setup.py index ad7b4a3a57..08c765f78c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def open_relative(*path): "cryptography==2.1.3", "PyJWT==1.5.3", "pyOpenSSL<=17.4.0", - "python-dateutil==2.5.3", + "python-dateutil==2.7.3", "pytz==2016.10", "requests==2.18.4", "six==1.11.0",