From 18d7305d6435c8b4bb834ecf479cd69b1c1cc2c2 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 21 Feb 2023 18:05:36 +0100 Subject: [PATCH] Revert "Requirements: unpin `newrelic` (#10041)" This reverts commit 5f49b1e4a1ba0c5699579018b93e3ac7b5783f03. --- requirements/deploy.in | 5 ++++- requirements/deploy.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements/deploy.in b/requirements/deploy.in index 0c163392859..033bb7bdbae 100644 --- a/requirements/deploy.in +++ b/requirements/deploy.in @@ -8,6 +8,9 @@ psycopg2 pillow structlog-sentry -newrelic + +# We should unpin this dependency. +# There is a new 8.x version, but I didn't find the changelog quickly. +newrelic==7.4.0.172 ipython diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 66ec3189dc9..0804a0d4d06 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -246,7 +246,7 @@ markupsafe==2.1.2 # jinja2 matplotlib-inline==0.1.6 # via ipython -newrelic==8.7.0 +newrelic==7.4.0.172 # via -r requirements/deploy.in oauthlib==3.2.2 # via