[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0 - #56
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
There was a problem hiding this comment.
Pull request overview
This is a security upgrade PR generated by Snyk to fix vulnerability SNYK-PYTHON-URLLIB3-14192442 by upgrading urllib3 from version 2.0.7 to 2.6.0 in the documentation build dependencies.
Key Changes:
- Added urllib3>=2.6.0 to docs/requirements.txt to remediate a security vulnerability
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| sphinx == 2.1.2 | ||
| sphinx_markdown_tables == 0.0.9 | ||
| recommonmark == 0.6.0 | ||
| urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
The version constraint >=2.6.0 is inconsistent with the exact version pinning pattern used for other dependencies in this file (e.g., sphinx == 2.1.2). Using a minimum version constraint allows automatic upgrades to any future version, which could introduce breaking changes or new vulnerabilities. For consistency and better dependency control, consider pinning to an exact version like urllib3==2.6.0 instead.
| urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability | |
| urllib3==2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability |



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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.