From adb91494135c156812f7c335803f8fbe0916a094 Mon Sep 17 00:00:00 2001 From: Doppins Date: Sat, 24 Mar 2018 19:23:33 +0000 Subject: [PATCH] Upgrade dependency python-dateutil to ==2.7.1 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 97819b07..76ce984f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -43,7 +43,7 @@ pyflakes==1.6.0 pytest-flask==0.10.0 pytest-mock==1.7.1 pytest==3.4.2 -python-dateutil==2.6.1 # via botocore, faker, freezegun, moto +python-dateutil==2.7.1 # via botocore, faker, freezegun, moto pytz==2018.3 # via moto pyyaml==3.12 # via pyaml requests-mock==1.4.0