Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672 - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-9510910 - https://snyk.io/vuln/SNYK-PYTHON-SENTRYSDK-7541801 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-6615674 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
There was a problem hiding this comment.
Pull Request Overview
This PR updates several production dependencies to address security vulnerabilities and bring packages to newer versions. The changes focus on upgrading core application dependencies and adding security-related minimum version constraints.
Key changes:
- Upgraded gunicorn from 21.2.0 to 23.0.0
- Upgraded sentry-sdk from 2.5.1 to 2.8.0 and removed the
[django]extra - Added minimum version constraints for sqlparse, urllib3, and zipp to address security vulnerabilities
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # Sentry | ||
| sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python | ||
| sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python |
There was a problem hiding this comment.
The [django] extra was removed from sentry-sdk. If Django integration is needed, this extra should be retained as sentry-sdk[django]==2.8.0 to ensure Django-specific features and integrations are installed.
| sentry-sdk==2.8.0 # https://github.com/getsentry/sentry-python | |
| sentry-sdk[django]==2.8.0 # https://github.com/getsentry/sentry-python |
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | ||
| urllib3>=2.5.0 # 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 |
There was a problem hiding this comment.
Missing space after # in comment. Should be # not directly required for consistency with line 44.
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability | |
| sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability |
Snyk has created this PR to fix 7 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements/production.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Open Redirect