Skip to content

Conversation

@ashmuck
Copy link

@ashmuck ashmuck commented Jan 8, 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
sentry-sdk 1.9.0 requires urllib3, which is not installed.
requests 2.22.0 requires urllib3, which is not installed.
ipywidgets 8.1.8 has requirement widgetsnbextension~=4.0.14, but you have widgetsnbextension 4.0.5.
ipywidgets 8.1.8 has requirement comm>=0.1.3, but you have comm 0.1.2.
indico-client 5.1.4 requires pandas, which is not installed.
indico-client 5.1.4 has requirement importlib-metadata~=1.0, but you have importlib-metadata 6.7.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.
  • Snyk has automatically assigned this pull request, set who gets assigned.
  • 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
👩‍💻 Set who automatically gets assigned
📜 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

  • Bumps urllib3 in requirements.txt from 1.25.11 to 2.6.3

Written by Cursor Bugbot for commit 83a129f. 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
typish==1.9.3
uri-template==1.2.0
urllib3==1.25.11
urllib3==2.6.3
Copy link

Choose a reason for hiding this comment

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

urllib3 major version breaks requests and sentry-sdk compatibility

High Severity

Upgrading urllib3 from 1.25.11 to 2.6.3 is a major version change that breaks compatibility with requests==2.22.0 (line 90) and sentry-sdk==1.9.0 (line 96). The requests library only added urllib3 2.x support in version 2.29.0, and sentry-sdk 1.9.0 also requires urllib3 1.x. This will cause runtime failures because urllib3 2.0 removed deprecated APIs that these older libraries depend on. The PR warnings confirm this dependency conflict.

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