Bump utils to 55.1.4

This required bumping the minimum version of boto3 with:

    pip-compile -P awscli requirements.in

I haven't looked into the awscli/boto3/botocore changes due to the
high churn on those libraries. Given they're minor changes we can
assume they are benign. s3transfer changes are also benign [^1]

[^1]: https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
This commit is contained in:
Ben Thorner
2022-04-12 14:14:42 +01:00
parent ce6329c191
commit 9be800c263
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ pyproj==3.3.0
# PaaS # PaaS
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
itsdangerous==1.1.0 # pyup: <2 itsdangerous==1.1.0 # pyup: <2
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.2 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.4
govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha
# gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains # gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains
+6 -8
View File
@@ -6,10 +6,8 @@
# #
ago==0.0.93 ago==0.0.93
# via -r requirements.in # via -r requirements.in
awscli==1.19.84 awscli==1.22.93
# via # via awscli-cwlogs
# awscli-cwlogs
# notifications-utils
awscli-cwlogs==1.4.6 awscli-cwlogs==1.4.6
# via -r requirements.in # via -r requirements.in
bleach==4.1.0 bleach==4.1.0
@@ -18,9 +16,9 @@ blinker==1.4
# via # via
# -r requirements.in # -r requirements.in
# gds-metrics # gds-metrics
boto3==1.17.84 boto3==1.21.38
# via notifications-utils # via notifications-utils
botocore==1.20.84 botocore==1.24.38
# via # via
# awscli # awscli
# boto3 # boto3
@@ -119,7 +117,7 @@ mistune==0.8.4
# via notifications-utils # via notifications-utils
notifications-python-client==6.3.0 notifications-python-client==6.3.0
# via -r requirements.in # via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.2 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.4
# via -r requirements.in # via -r requirements.in
openpyxl==3.0.7 openpyxl==3.0.7
# via pyexcel-xlsx # via pyexcel-xlsx
@@ -190,7 +188,7 @@ rsa==4.7.2
# via awscli # via awscli
rtreelib==0.2.0 rtreelib==0.2.0
# via -r requirements.in # via -r requirements.in
s3transfer==0.4.2 s3transfer==0.5.2
# via # via
# awscli # awscli
# boto3 # boto3