Skip to content

Commit

Permalink
fix: requirements/production.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SENTRYSDK-7541801
  • Loading branch information
snyk-bot committed Jul 19, 2024
1 parent ea84579 commit 648055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 648055a

Please sign in to comment.