Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0#69

Open
bozza-man wants to merge 1 commit intomainfrom
snyk-fix-d979d93b9d39cd5922cb01ffa3144571
Open

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0#69
bozza-man wants to merge 1 commit intomainfrom
snyk-fix-d979d93b9d39cd5922cb01ffa3144571

Conversation

@bozza-man
Copy link
Member

@bozza-man bozza-man commented Dec 9, 2025

snyk-top-banner

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

Snyk changed the following file(s):

  • references/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:

🦉 Allocation of Resources Without Limits or Throttling


Note

Pins urllib3 to >=2.6.0 in references/requirements.txt to address a security vulnerability.

  • Dependencies:
    • Add/Pin urllib3>=2.6.0 in references/requirements.txt to mitigate a known vulnerability.

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 9, 2025

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-fix-d979d93b9d39cd5922cb01ffa3144571

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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
Copy link

Choose a reason for hiding this comment

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

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.

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