Skip to content

[Snyk] Security upgrade urllib3 from 1.26.4 to 2.6.3 - #182

Open
sankalpdomore wants to merge 1 commit into
masterfrom
snyk-fix-837f384ae528a79a6395523f2e4c8220
Open

[Snyk] Security upgrade urllib3 from 1.26.4 to 2.6.3#182
sankalpdomore wants to merge 1 commit into
masterfrom
snyk-fix-837f384ae528a79a6395523f2e4c8220

Conversation

@sankalpdomore

@sankalpdomore sankalpdomore commented Jan 13, 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):

  • requirements-dev.txt
⚠️ Warning
equests 2.25.1 requires urllib3, which is not installed.

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.


Note

Dependency upgrade

  • Updates urllib3 from 1.26.4 to 2.6.3 in requirements-dev.txt (used via requests) to address reported vulnerabilities.

Written by Cursor Bugbot for commit c19c330. This will update automatically on new commits. Configure here.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210

@cursor cursor Bot 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.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on February 1

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread requirements-dev.txt
uritemplate==3.0.1
# via coreapi
urllib3==1.26.4
urllib3==2.6.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible urllib3 version breaks requests library

High Severity

The urllib3 upgrade from 1.26.4 to 2.6.3 is incompatible with the pinned requests==2.25.1 dependency. The requests library version 2.25.1 requires urllib3>=1.21.1,<1.27 and does not support urllib3 2.x. Support for urllib3 2.0 was only added in requests version 2.31.0. This mismatch will cause import errors and runtime failures when using the requests library. The PR warning also explicitly notes this incompatibility.

Fix in Cursor Fix in Web

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.

2 participants