[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.3#49
[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.3#49alexandreteles wants to merge 1 commit intomasterfrom
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.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| launchpadlib==1.10.13 | ||
| traitlets>=5 | ||
| numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability | ||
| urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
urllib3 2.x incompatible with pinned requests version
High Severity
The new urllib3>=2.6.3 constraint conflicts with the existing requests<2.28,>=2.26 constraint. Requests versions before 2.28 (such as 2.26.x and 2.27.x) were released before urllib3 2.0 and require urllib3 1.x versions. This creates an unresolvable dependency conflict that will cause pip to fail during installation. To fix this vulnerability, the requests version constraint would also need to be updated to 2.28 or higher, which supports urllib3 2.x.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
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.
Note
Security dependency update.
urllib3>=2.6.3torequirements.txtto mitigate a known vulnerabilityWritten by Cursor Bugbot for commit 2868c6b. This will update automatically on new commits. Configure here.