diff --git a/requirements-app.txt b/requirements-app.txt index 2398123d2..8d7b37428 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -9,7 +9,7 @@ Flask-WTF==0.14.3 Flask-Login==0.5.0 blinker==1.4 -pyexcel==0.6.5 +pyexcel==0.6.6 pyexcel-io==0.6.4 pyexcel-xls==0.6.1 pyexcel-xlsx==0.6.0 @@ -28,5 +28,5 @@ git+https://github.com/alphagov/notifications-utils.git@42.2.2#egg=notifications git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha # gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains -prometheus-client==0.8.0 +prometheus-client==0.9.0 gds-metrics==0.2.4 diff --git a/requirements.txt b/requirements.txt index 55c86b45e..640d517d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Flask-WTF==0.14.3 Flask-Login==0.5.0 blinker==1.4 -pyexcel==0.6.5 +pyexcel==0.6.6 pyexcel-io==0.6.4 pyexcel-xls==0.6.1 pyexcel-xlsx==0.6.0 @@ -30,16 +30,16 @@ git+https://github.com/alphagov/notifications-utils.git@42.2.2#egg=notifications git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha # gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains -prometheus-client==0.8.0 +prometheus-client==0.9.0 gds-metrics==0.2.4 ## The following requirements were added by pip freeze: -awscli==1.18.169 +awscli==1.18.180 bleach==3.1.4 boto3==1.10.38 -botocore==1.19.9 +botocore==1.19.20 cachetools==4.1.0 -certifi==2020.6.20 +certifi==2020.11.8 chardet==3.0.4 click==7.1.2 colorama==0.4.3 @@ -71,14 +71,14 @@ python-dateutil==2.8.1 python-json-logger==0.1.11 PyYAML==5.3.1 redis==3.5.3 -requests==2.24.0 +requests==2.25.0 rsa==4.5 s3transfer==0.3.3 six==1.15.0 smartypants==2.0.1 statsd==3.3.0 texttable==1.6.3 -urllib3==1.25.11 +urllib3==1.26.2 webencodings==0.5.1 Werkzeug==1.0.1 WTForms==2.3.3