From 2cae4709204f4c687e799f2a265c87f85c31dd3a Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 4 Apr 2021 19:50:25 +0200 Subject: [PATCH] update data --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ada9e831..200c14c7 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ requires_setup = [ "pytz==2021.1", "pyyaml==5.4.1", "requests==2.25.1", - "six==1.13.0", + "six==1.15.0", "toml==0.10.2", "urllib3==1.26.3", "venv-run==0.1.0", @@ -104,7 +104,7 @@ requires_test = [ "pytest==5.3.2", "python-dateutil==2.8.1", "python-editor==1.0.4", - "six==1.15.0" + "six==1.15.0", "sqlalchemy-utils==0.36.8", "sqlalchemy==1.4.5", "toml==0.10.2", -- GitLab