From 58bb08b604eabc592e9f76848dcaab67fffc35a8 Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 26 Mar 2018 15:10:21 +0000 Subject: [PATCH] Upgrade dependency python-dateutil to ==2.7.2 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 76ce984f..997a1bc3 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.7.1 # via botocore, faker, freezegun, moto +python-dateutil==2.7.2 # via botocore, faker, freezegun, moto pytz==2018.3 # via moto pyyaml==3.12 # via pyaml requests-mock==1.4.0