[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0#69
[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0#69
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| wandb>=0.10.31 | ||
| psutil>=5.9.0 | ||
| clearml>=1.11.1 | ||
| urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
Bug: urllib3 2.6 incompatible with project's Python 3.8 support
The project declares support for Python 3.8+ in pyproject.toml (requires-python = ">=3.8.0,<4"), but urllib3>=2.6.0 requires Python 3.9+. This creates an incompatibility - installations on Python 3.8 will fail to resolve dependencies since urllib3 2.3+ dropped Python 3.8 support. The version constraint needs to be adjusted to maintain Python 3.8 compatibility or the project's minimum Python version needs to be updated.
Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
references/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:
🦉 Allocation of Resources Without Limits or Throttling
Note
Pins
urllib3to>=2.6.0inreferences/requirements.txtto address a security vulnerability.urllib3>=2.6.0inreferences/requirements.txtto mitigate a known vulnerability.Written by Cursor Bugbot for commit 8495834. This will update automatically on new commits. Configure here.