[Snyk] Security upgrade urllib3 from 1.26.4 to 2.6.3 - #182
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210
There was a problem hiding this comment.
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.
| uritemplate==3.0.1 | ||
| # via coreapi | ||
| urllib3==1.26.4 | ||
| urllib3==2.6.3 |
There was a problem hiding this comment.
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.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements-dev.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.
Note
Dependency upgrade
urllib3from1.26.4to2.6.3inrequirements-dev.txt(used viarequests) to address reported vulnerabilities.Written by Cursor Bugbot for commit c19c330. This will update automatically on new commits. Configure here.