Skip to content

Commit d604b1a

Browse files
authored
Revert "Requirements: unpin newrelic (#10041)" (#10052)
This reverts commit 5f49b1e.
1 parent 8af8b77 commit d604b1a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements/deploy.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ psycopg2
88
pillow
99

1010
structlog-sentry
11-
newrelic
11+
12+
# We should unpin this dependency.
13+
# There is a new 8.x version, but I didn't find the changelog quickly.
14+
newrelic==7.4.0.172
1215

1316
ipython

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ markupsafe==2.1.2
246246
# jinja2
247247
matplotlib-inline==0.1.6
248248
# via ipython
249-
newrelic==8.7.0
249+
newrelic==7.4.0.172
250250
# via -r requirements/deploy.in
251251
oauthlib==3.2.2
252252
# via

0 commit comments

Comments
 (0)