From faa8faa0c40902b56725e7e6adc65545ed59bfae Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 24 Apr 2020 16:18:44 +0100 Subject: [PATCH] bump prometheus-client to 0.7.1 there's multiple performance improvements from prometheus-client 0.2.0. pin this bump while we wait for gds metrics client to increase its dependency --- requirements-app.txt | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 7b693e54f..15cb80641 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -28,4 +28,6 @@ awscli-cwlogs>=1.4,<1.5 git+https://github.com/alphagov/notifications-utils.git@39.4.4#egg=notifications-utils==39.4.4 +# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains +prometheus-client==0.7.1 gds-metrics==0.2.0 diff --git a/requirements.txt b/requirements.txt index 330b5f583..5a114515e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,8 @@ awscli-cwlogs>=1.4,<1.5 git+https://github.com/alphagov/notifications-utils.git@39.4.4#egg=notifications-utils==39.4.4 +# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains +prometheus-client==0.7.1 gds-metrics==0.2.0 ## The following requirements were added by pip freeze: @@ -66,7 +68,6 @@ mistune==0.8.4 monotonic==1.5 orderedset==2.0.1 phonenumbers==8.11.2 -prometheus-client==0.2.0 pyasn1==0.4.8 pycparser==2.20 PyPDF2==1.26.0