diff --git a/requirements/production.txt b/requirements/production.txt index e73ec4bd..e7f54d3a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,9 +3,9 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==23.0.0 # https://github.com/benoitc/gunicorn psycopg2==2.9.9 # https://github.com/psycopg/psycopg2 -sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python +sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ @@ -16,4 +16,7 @@ django-anymail # https://github.com/anymail/django-anymail # Elastic-APM # https://pypi.org/project/elastic-apm/ # ------------------------------------------------------------------------------ -elastic-apm==6.15.1 \ No newline at end of file +elastic-apm==6.15.1 +django>=4.2.27 # not directly required, pinned by Snyk to avoid a vulnerability +sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file