Skip to content

Commit

Permalink
Merge branch 'release/3.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
flibbertigibbet committed Aug 4, 2020
2 parents 260fb41 + 90ec734 commit 837ce20
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 256 deletions.
4 changes: 2 additions & 2 deletions deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ postgresql_support_psycopg2_version: "2.8.*"

packer_version: "1.5.4"

nodejs_version: 12.18.2
nodejs_npm_version: 6.14.5
nodejs_version: 12.18.3
nodejs_npm_version: 6.14.6

otp_router: "default"

Expand Down
2 changes: 1 addition & 1 deletion python/cac_tripplanner/deployment_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions python/cac_tripplanner/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Loading

0 comments on commit 837ce20

Please sign in to comment.