From 63926235ccefc78296992daf64544f450e3cf6e8 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Mon, 19 Jul 2021 10:19:43 +0100 Subject: [PATCH] Bump Python client version to 6.2.1 This is a prerequisite for [1]. I'd like to deploy it as a separate change so it's easy to roll back if we need to. [1]: https://github.com/alphagov/notifications-admin/pull/3970 --- requirements.in | 2 +- requirements.txt | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 3ac88c108..b828b23ab 100644 --- a/requirements.in +++ b/requirements.in @@ -17,7 +17,7 @@ pyexcel-ods3==0.6.0 pytz==2021.1 gunicorn==20.1.0 eventlet==0.30.2 # pyup: ignore -notifications-python-client==6.1.0 +notifications-python-client==6.2.1 Shapely==1.7.1 rtreelib==0.2.0 fido2==0.9.1 diff --git a/requirements.txt b/requirements.txt index 31b63d3cc..2bb74fb8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.6 # To update, run: # # pip-compile requirements.in @@ -49,7 +49,7 @@ docutils==0.15.2 # via awscli et-xmlfile==1.1.0 # via openpyxl -eventlet==0.30.2 # pyup: ignore +eventlet==0.30.2 # via -r requirements.in fido2==0.9.1 # via -r requirements.in @@ -85,6 +85,8 @@ humanize==3.6.0 # via -r requirements.in idna==2.10 # via requests +importlib-metadata==4.6.1 + # via click itsdangerous==1.1.0 # via # -r requirements.in @@ -114,7 +116,7 @@ markupsafe==2.0.1 # wtforms mistune==0.8.4 # via notifications-utils -notifications-python-client==6.1.0 +notifications-python-client==6.2.1 # via -r requirements.in git+https://github.com/alphagov/notifications-utils.git@44.4.3#egg=notifications-utils==44.4.3 # via -r requirements.in @@ -206,6 +208,8 @@ statsd==3.3.0 # via notifications-utils texttable==1.6.3 # via pyexcel +typing-extensions==3.10.0.0 + # via importlib-metadata urllib3==1.26.5 # via # botocore @@ -220,6 +224,8 @@ xlrd==1.2.0 # via pyexcel-xls xlwt==1.3.0 # via pyexcel-xls +zipp==3.5.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools