Skip to content

[Snyk] Security upgrade urllib3 from 1.26.20 to 2.6.3#34

Open
mandibles232 wants to merge 1 commit intomainfrom
snyk-fix-1e7b2d301b2f8b0dc200bb6d6c0397e3
Open

[Snyk] Security upgrade urllib3 from 1.26.20 to 2.6.3#34
mandibles232 wants to merge 1 commit intomainfrom
snyk-fix-1e7b2d301b2f8b0dc200bb6d6c0397e3

Conversation

@mandibles232
Copy link
Copy Markdown

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.25.0 requires urllib3, which is not installed.

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-14896210
@mandibles232 mandibles232 requested review from a team as code owners January 9, 2026 07:54
@mandibles232
Copy link
Copy Markdown
Author

Merge Risk: High

This is a major version upgrade to urllib3 v2, which introduces significant breaking changes.

  • Python and OpenSSL Versions: Support for Python versions older than 3.7 and OpenSSL versions older than 1.1.1 has been removed. This may impact older deployment environments like RHEL 7 or certain AWS Lambda runtimes. [1, 2]
  • Dependency Conflicts: Many popular libraries (e.g., older versions of boto3/botocore) pin their dependency to urllib3<2. This upgrade may be blocked until all other packages in the environment also support urllib3 v2. [2, 5]
  • API Changes: Methods like HTTPResponse.getheaders() have been removed, and the default encoding for request bodies has changed, which could affect content length calculations. [7, 8]

Source: urllib3 v2.0 Migration Guide
Recommendation: This upgrade requires careful validation. Verify that your Python and OpenSSL versions are compatible. Check your entire dependency tree for packages that may require urllib3<2 and plan for a coordinated upgrade.

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

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