From 648055a279e624b94e1ab74a9da29ef4d03c60cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jul 2024 09:55:37 +0000 Subject: [PATCH] fix: requirements/production.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SENTRYSDK-7541801 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 6a1add2..ec18513 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==20.1.0 # https://github.com/benoitc/gunicorn -sentry-sdk==1.11.1 # https://github.com/getsentry/sentry-python +sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------