Skip to content

[Snyk] Security upgrade urllib3 from 1.26.16 to 2.6.3#153

Open
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-fix-c48c2843556312df4171ef6b9d0f5ad2
Open

[Snyk] Security upgrade urllib3 from 1.26.16 to 2.6.3#153
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-fix-c48c2843556312df4171ef6b9d0f5ad2

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io Bot commented Jan 9, 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
transformers 4.30.2 requires tokenizers, which is not installed.
qdrant-client 1.3.1 has requirement numpy<1.21; python_version < "3.8", but you have numpy 1.21.3.
qdrant-client 1.3.1 has requirement urllib3<2.0.0,>=1.26.14, but you have urllib3 2.0.7.
python-docx 1.1.2 has requirement typing-extensions>=4.9.0, but you have typing-extensions 4.5.0.
pyppeteer 1.0.2 has requirement urllib3<2.0.0,>=1.25.8, but you have urllib3 2.0.7.
platformdirs 4.0.0 has requirement typing-extensions>=4.7.1; python_version < "3.8", but you have typing-extensions 4.5.0.
onnxruntime 1.14.1 has requirement numpy>=1.21.6, but you have numpy 1.21.3.
llama-index 0.6.35 requires tiktoken, which is not installed.
llama-index 0.6.35 requires langchain, which is not installed.
llama-index 0.6.35 has requirement urllib3<2, but you have urllib3 2.0.7.
llama-index 0.6.35 has requirement fsspec>=2023.5.0, but you have fsspec 2023.1.0.
google-auth 2.19.1 has requirement urllib3<2.0, but you have urllib3 2.0.7.
fake-useragent 1.1.3 has requirement importlib-metadata~=4.0; python_version < "3.8", but you have importlib-metadata 6.6.0.
chromadb 0.3.26 requires tokenizers, which is not installed.
chromadb 0.3.26 requires duckdb, which is not installed.
chromadb 0.3.26 requires hnswlib, which is not installed.
chromadb 0.3.26 has requirement numpy>=1.21.6, but you have numpy 1.21.3.
botocore 1.29.146 has requirement urllib3<1.27,>=1.25.4, but you have urllib3 2.0.7.

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.


EntelligenceAI PR Summary

Major dependency upgrade for urllib3 from 1.26.16 to 2.6.3, moving from 1.x to 2.x series.

  • Updated urllib3 version in requirements.txt
  • Major version change may include breaking changes and new features
  • Requires testing of HTTP client functionality, connection pooling, and SSL/TLS handling
  • Likely includes security patches, performance improvements, and enhanced compatibility

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210
@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This PR upgrades the urllib3 dependency from version 1.26.16 to 2.6.3, representing a major version jump from the 1.x to 2.x series. This significant update likely includes breaking changes, new features, security patches, and performance improvements. The upgrade requires thorough testing to ensure compatibility with existing HTTP client functionality throughout the application. Major version upgrades of core dependencies like urllib3 typically introduce API changes and may affect how the application handles HTTP requests, connection pooling, and SSL/TLS verification.

Changes

File(s) Summary
requirements.txt Upgraded urllib3 dependency from version 1.26.16 to 2.6.3, a major version update from 1.x to 2.x series.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant Deps as Dependency Manager
    participant urllib3 as urllib3 Library
    
    Note over Dev,urllib3: Dependency Version Update
    
    Dev->>Deps: Update requirements.txt
    Note right of Deps: urllib3: 1.26.16 → 2.6.3
    
    Deps->>urllib3: Install new version (2.6.3)
    urllib3-->>Deps: Installation complete
    
    Note over Dev,urllib3: No code changes - only dependency upgrade<br/>Existing HTTP calls will use new urllib3 version
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@snyk-io
Copy link
Copy Markdown
Author

snyk-io Bot commented Jan 9, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

0 participants