Bump utils to 51.3.0

This brings in new logging for the NotifyCelery base class [1].

[1]: https://github.com/alphagov/notifications-utils/pull/938
This commit is contained in:
Ben Thorner
2021-12-20 16:45:47 +00:00
parent f4d967c0f1
commit 491b7ce9ee
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ notifications-python-client==6.0.2
# PaaS # PaaS
awscli-cwlogs==1.4.6 awscli-cwlogs==1.4.6
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.2.1 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.3.0
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains # gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
prometheus-client==0.10.1 prometheus-client==0.10.1

View File

@@ -151,7 +151,7 @@ mistune==0.8.4
# via notifications-utils # via notifications-utils
notifications-python-client==6.0.2 notifications-python-client==6.0.2
# via -r requirements.in # via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.2.1 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.3.0
# via -r requirements.in # via -r requirements.in
orderedset==2.0.3 orderedset==2.0.3
# via notifications-utils # via notifications-utils