Skip to content

Commit

Permalink
Pin New Relic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Nov 22, 2024
1 parent 9a6449f commit b713c1c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.6
aiohttp==3.11.7
# via geoip2
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -164,5 +164,5 @@ webencodings==0.5.1
# via bleach
whitenoise==6.8.2
# via -r base.in
yarl==1.17.2
yarl==1.18.0
# via aiohttp
4 changes: 2 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.6
aiohttp==3.11.7
# via geoip2
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -373,5 +373,5 @@ websockets==14.1
# via sphinx-autobuild
whitenoise==6.8.2
# via -r base.in
yarl==1.17.2
yarl==1.18.0
# via aiohttp
3 changes: 2 additions & 1 deletion requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ django-redis
django-storages[azure]

# Logging and monitoring
newrelic
# https://github.com/newrelic/newrelic-python-agent/issues/1253
newrelic<10.3.0
sentry-sdk
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.6
aiohttp==3.11.7
# via geoip2
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -136,7 +136,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
newrelic==10.3.0
newrelic==10.2.0
# via -r production.in
packaging==24.2
# via gunicorn
Expand Down Expand Up @@ -169,7 +169,7 @@ requests==2.32.3
# django-slack
# geoip2
# stripe
sentry-sdk==2.18.0
sentry-sdk==2.19.0
# via -r production.in
six==1.16.0
# via
Expand Down Expand Up @@ -210,5 +210,5 @@ webencodings==0.5.1
# via bleach
whitenoise==6.8.2
# via -r base.in
yarl==1.17.2
yarl==1.18.0
# via aiohttp

0 comments on commit b713c1c

Please sign in to comment.