From 55b8732ae76cba4b0459e094e5cd329684d52626 Mon Sep 17 00:00:00 2001 From: Kathryn Killebrew Date: Mon, 3 Aug 2020 19:56:08 -0400 Subject: [PATCH] Minor python package updates --- python/cac_tripplanner/deployment_requirements.txt | 2 +- python/cac_tripplanner/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/cac_tripplanner/deployment_requirements.txt b/python/cac_tripplanner/deployment_requirements.txt index 4c2d94f7f..add39ebba 100644 --- a/python/cac_tripplanner/deployment_requirements.txt +++ b/python/cac_tripplanner/deployment_requirements.txt @@ -2,4 +2,4 @@ boto==2.49.0 PyYAML==5.3.1 majorkirby==1.0.0 requests==2.24.0 -troposphere==2.6.1 +troposphere==2.6.2 diff --git a/python/cac_tripplanner/requirements.txt b/python/cac_tripplanner/requirements.txt index 233969290..1d0c7266d 100644 --- a/python/cac_tripplanner/requirements.txt +++ b/python/cac_tripplanner/requirements.txt @@ -1,9 +1,9 @@ base58==2.0.1 -boto3==1.14.13 -Django==2.2.13 +boto3==1.14.34 +Django==2.2.15 django-ckeditor==5.9.0 django-image-cropping==1.4.0 -django-extensions==3.0.1 +django-extensions==3.0.3 django-storages==1.9.1 easy-thumbnails==2.7 gunicorn==20.0.4 @@ -13,4 +13,4 @@ pytz==2020.1 PyYAML==5.3.1 requests==2.24.0 git+https://github.com/azavea/django-wpadmin@v2.2#egg=django-wpadmin -virtualenv==20.0.25 +virtualenv==20.0.20