Skip to content

[Snyk] Security upgrade requests from 2.7.0 to 2.33.0#5

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-19a01eac42af9581f34ced10e85bcf9e
Open

[Snyk] Security upgrade requests from 2.7.0 to 2.33.0#5
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-19a01eac42af9581f34ced10e85bcf9e

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io bot commented Mar 26, 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-dev.txt
⚠️ Warning
amazon-dax-client 1.0.1 has requirement botocore~=1.7, but you have botocore 1.6.0.
amazon-dax-client 1.0.1 has requirement six~=1.11, but you have six 1.9.0.

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
@snyk-io
Copy link
Copy Markdown
Author

snyk-io bot commented Mar 26, 2026

Merge Risk: Medium

This upgrade of requests from version 2.7.0 to 2.33.0 spans several years and includes significant changes to supported environments.

Key Changes:

  • Python Version Support: The most critical breaking change is the removal of support for older Python versions. Support for Python 2.7, 3.6, 3.7, and 3.8 has been dropped across various releases. Version 2.33.0 and later require at least Python 3.8, with official support for Python 3.10 and newer.
  • urllib3 v2.0 Integration: requests version 2.30.0 and later bundle urllib3 v2.0. The maintainers warn this may introduce minor breaking changes and advise careful testing.
  • API Deprecation for Advanced Users: For users with custom HTTPAdapter subclasses, the internal method get_connection has been deprecated and replaced by get_connection_with_tls_context in version 2.32.2.

Recommendation: Before merging, verify that your production environment is running a supported version of Python (3.8+). Due to the urllib3 update, it is also recommended to perform regression testing on your application's HTTP requests to ensure there are no unexpected behavioral changes.

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.

@snyk-io
Copy link
Copy Markdown
Author

snyk-io bot commented Mar 26, 2026

Snyk checks have failed. 3 issues have been found so far.

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