Skip to content

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.7.0#2

Open
snyk-io-eu[bot] wants to merge 1 commit into
mainfrom
snyk-fix-6daf16ef05fd25b5f46659916eae8d8f
Open

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.7.0#2
snyk-io-eu[bot] wants to merge 1 commit into
mainfrom
snyk-fix-6daf16ef05fd25b5f46659916eae8d8f

Conversation

@snyk-io-eu
Copy link
Copy Markdown

@snyk-io-eu snyk-io-eu Bot commented May 12, 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
equests 2.31.0 requires urllib3, which is not installed.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


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.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-16642024
@snyk-io-eu
Copy link
Copy Markdown
Author

snyk-io-eu Bot commented May 12, 2026

Merge Risk: Medium

This upgrade of urllib3 spans multiple minor versions and introduces breaking changes, primarily by dropping support for end-of-life Python versions.

Key Changes:

  • Python Version Support Dropped:

    • Support for Python 3.7 was removed in version 2.1.0. [1]
    • Support for Python 3.9 was removed in version 2.7.0. [1]
    • Action Required: Your project must be running on Python 3.10 or newer to use urllib3 version 2.7.0.
  • API Removals and Deprecations:

    • v2.1.0: Removed the deprecated urllib3[secure] extra and the SecureTransport TLS backend. [1] Methods HTTPResponse.getheaders() and HTTPResponse.getheader() were also removed; use response.headers and response.headers.get() instead. [8]
    • v2.6.0: The API for custom content decoders (urllib3.response.ContentDecoder) was changed. If you implement custom decoders, they will need to be updated. [1]
  • Dependency Requirements:

    • v2.7.0: The minimum supported version of pyOpenSSL was increased to 19.0.0. [1]

Recommendation: The primary risk is the environment requirement. Verify that your application is running on Python 3.10 or later before upgrading. If you use the specific removed methods or custom decoders, code changes will be necessary.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io-eu
Copy link
Copy Markdown
Author

snyk-io-eu Bot commented May 12, 2026

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

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code 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