Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0 - #56

Open
ayoinc wants to merge 1 commit into
masterfrom
snyk-fix-4173ee583f5ed861170efd04d41f34b0
Open

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0#56
ayoinc wants to merge 1 commit into
masterfrom
snyk-fix-4173ee583f5ed861170efd04d41f34b0

Conversation

@ayoinc

@ayoinc ayoinc commented Jan 4, 2026

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • docs/requirements.txt

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

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.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442
Copilot AI review requested due to automatic review settings January 4, 2026 04:47
@ayoinc

ayoinc commented Jan 4, 2026

Copy link
Copy Markdown
Owner Author

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

sonarqubecloud Bot commented Jan 4, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/requirements.txt
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

Copilot AI Jan 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants