[Snyk] Security upgrade sphinx from 2.1.2 to 3.0.4#53
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570772
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Sphinx documentation generator from version 2.1.2 to 3.0.4 to address a security vulnerability (SNYK-PYTHON-SPHINX-570772). The upgrade was automatically generated by Snyk to fix a Cross-site Scripting (XSS) vulnerability in the documentation dependencies.
- Security upgrade of Sphinx dependency to fix XSS vulnerability
- Version bump from 2.1.2 to 3.0.4 (major version upgrade)
- Formatting change from spaced to compact requirement specification
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -1,3 +1,3 @@ | |||
| sphinx == 2.1.2 | |||
| sphinx==3.0.4 | |||
There was a problem hiding this comment.
This is a major version upgrade from 2.1.2 to 3.0.4 which may introduce breaking changes. Consider testing the documentation build process thoroughly as Sphinx 3.0+ includes significant changes to HTML output, configuration options, and deprecated features that may affect existing documentation.
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
|



Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
docs/requirements.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:
🦉 Cross-site Scripting (XSS)