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 Nov 16, 2023
1 parent e763bdf commit 1326973
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 @@ -95,9 +95,8 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.0
# 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.2
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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
django-cors-headers==3.14.0
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ more-itertools==5.0.0
# -r requirements/test.in
mysqlclient==2.2.0
# 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.2
Expand Down

0 comments on commit 1326973

Please sign in to comment.