Skip to content

Commit

Permalink
feat: upgrade newrelic
Browse files Browse the repository at this point in the history
Upgrade newrelic to 9.1.0. This was done
using a temporary constraint and pip-compile without
the --upgrade to keep from upgrading unrelated
requirements.
  • Loading branch information
robrap committed Oct 17, 2023
1 parent 5346054 commit ef2d7dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ naked==0.1.32
# cybersource-rest-client-python
ndg-httpsclient==0.5.1
# via -r requirements/base.in
newrelic==8.8.0
newrelic==9.1.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ naked==0.1.32
# cybersource-rest-client-python
ndg-httpsclient==0.5.1
# via -r requirements/test.txt
newrelic==8.8.0
newrelic==9.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/e2e.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ importlib-metadata==6.7.0
# via pytest-randomly
iniconfig==2.0.0
# via pytest
newrelic==8.8.0
newrelic==9.1.0
# via
# -c requirements/base.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

django-ses
gunicorn==19.7.1
newrelic<5
newrelic
python-memcached==1.59
PyYAML
nodeenv==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ naked==0.1.32
# cybersource-rest-client-python
ndg-httpsclient==0.5.1
# via -r requirements/base.in
newrelic==4.20.1.121
newrelic==9.1.0
# via
# -r requirements/base.in
# -r requirements/production.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ naked==0.1.32
# cybersource-rest-client-python
ndg-httpsclient==0.5.1
# via -r requirements/base.txt
newrelic==8.8.0
newrelic==9.1.0
# via
# -r requirements/base.txt
# -r requirements/e2e.txt
Expand Down

0 comments on commit ef2d7dc

Please sign in to comment.