diff --git a/requirements/production.txt b/requirements/production.txt index 45d0df88..75bf809c 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==22.0.0 # https://github.com/benoitc/gunicorn psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 sentry-sdk==1.43.0 # https://github.com/getsentry/sentry-python @@ -14,4 +14,5 @@ setuptools>=68.2.2 # not directly required, pinned by Snyk to avoid a vulnerabil # Elastic-APM # https://pypi.org/project/elastic-apm/ # ------------------------------------------------------------------------------ -elastic-apm==6.21.4.post8347027212 \ No newline at end of file +elastic-apm==6.21.4.post8347027212 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file