Skip to content

Conversation

@alexandreteles
Copy link
Member

@alexandreteles alexandreteles commented Jan 10, 2026

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.txt
⚠️ Warning
pandas 1.3.5 requires numpy, which is not installed.
exodus-core 1.3.14 requires androguard, which is not installed.
exodus-core 1.3.14 requires Pillow, which is not installed.
exodus-core 1.3.14 has requirement traitlets==4.3.2, but you have traitlets 5.9.0.

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

Security dependency update.

  • Adds urllib3>=2.6.3 to requirements.txt to mitigate a known vulnerability
  • No application code changes

Written by Cursor Bugbot for commit 2868c6b. 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
Copilot AI review requested due to automatic review settings January 10, 2026 10:28
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

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

Choose a reason for hiding this comment

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

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.

Additional Locations (1)

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.

3 participants