Skip to content

[Snyk] Security upgrade requests from 2.25.0 to 2.33.0#35

Open
mandibles232 wants to merge 1 commit intomainfrom
snyk-fix-8efbc5814460e22bc352a352195e96b9
Open

[Snyk] Security upgrade requests from 2.25.0 to 2.33.0#35
mandibles232 wants to merge 1 commit intomainfrom
snyk-fix-8efbc5814460e22bc352a352195e96b9

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

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:

🦉 Insecure Temporary File

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443
@mandibles232 mandibles232 requested review from a team as code owners March 25, 2026 18:31
@mandibles232
Copy link
Copy Markdown
Author

Merge Risk: Medium

This upgrade spans several minor versions and introduces changes that require verification, primarily related to dependencies and supported Python versions.

Key Changes:

  • Dependency Upgrade (urllib3 v2.0): Starting with version 2.30.0, requests added support for urllib3 v2.0. The release notes explicitly state this may introduce minor breaking changes and advise careful testing. [1, 5]
  • Dropped Python Support: Support for Python 3.7 was dropped in version 2.32.0, and support for Python 3.8 was dropped in version 2.32.5. [1, 2] Your environment must be using Python 3.9 or newer.
  • API Deprecation for Custom Adapters: In version 2.32.2, _get_connection was replaced by a new public API, get_connection_with_tls_context. This is a breaking change for advanced users who have implemented custom HTTPAdapter classes. [2, 5]
  • Build System Modernization: Version 2.33.0 adopted a new hatchling build system, which could affect users with very old packaging and deployment tools. [1, 5]

Recommendation: Verify that your application and deployment environment are compatible with Python 3.9+ and test for any regressions resulting from the urllib3 v2.0 update. If you use custom HTTPAdapters, you must update your code to use the new get_connection_with_tls_context API.

Source: GitHub Release History

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