Skip to content

Commit

Permalink
fix: remove new relic pin to unblock django upgrade (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored and Muhammad Soban Javed committed Nov 28, 2023
1 parent 5d62349 commit 25cc742
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ markupsafe==2.1.2
# via jinja2
mysqlclient==2.1.1
# via -r requirements/base.in
newrelic==4.8.0.110
newrelic==9.1.2
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# edx-django-utils
packaging==23.0
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ elasticsearch-dsl>=7.2,<8.0
django-elasticsearch-dsl>=7.1,<8.0
path.py==9.1
python-dateutil==2.4.0
newrelic==4.8.0.110
more-itertools==5.0.0
pylint==1.5.0
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,8 @@ more-itertools==5.0.0
# -r requirements/test.in
mysqlclient==2.1.1
# via -r requirements/base.txt
newrelic==4.8.0.110
newrelic==9.1.2
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# edx-django-utils
packaging==23.0
Expand Down

0 comments on commit 25cc742

Please sign in to comment.