diff --git a/requirements/base.txt b/requirements/base.txt index 80a0ce36..236dabf5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -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 diff --git a/requirements/development.txt b/requirements/development.txt index 29601725..f0ae2ec5 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -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 @@ -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 diff --git a/requirements/production.in b/requirements/production.in index 6f7aa620..8decc6b8 100644 --- a/requirements/production.in +++ b/requirements/production.in @@ -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 diff --git a/requirements/production.txt b/requirements/production.txt index 614a4397..91bf352d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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 @@ -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 @@ -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 @@ -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