From 9172f57bae75ffa4ddd67bc35e26ea572a1c43b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 11:06:38 +0000 Subject: [PATCH] Bump python-dateutil from 2.8.0 to 2.8.1 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.8.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e7f9ae3d..4def2a16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ confuse readsettings==3.4.5 web3==4.9.2 texttable==1.6.2 -python-dateutil==2.8.0 +python-dateutil==2.8.1 Jinja2==2.10.3 skale-py==0.82.0 eth-hash==0.2.0 diff --git a/setup.py b/setup.py index 3a208a85..ed3292ff 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def find_version(*file_paths): "readsettings==3.4.5", "web3==4.9.2", "texttable==1.6.2", - "python-dateutil==2.8.0", + "python-dateutil==2.8.1", "Jinja2==2.10.3", "skale-py==0.82.0", "eth-hash==0.2.0",