diff --git a/setup.py b/setup.py index 6e02241..d491f26 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'geopy==2.1.0', 'celery==4.4.7', 'Flask-Redis==0.4.0', - 'redis==3.5.3', + 'redis==4.0.2', 'aerofiles==1.0.0', 'geoalchemy2==0.9.0', 'shapely==1.7.1', @@ -54,7 +54,7 @@ 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.7', - 'tqdm==4.61.1', + 'tqdm==4.62.3', 'requests==2.25.1', 'matplotlib==3.5.1', 'bokeh==2.3.2',