[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#628
[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#628revan-zhang wants to merge 1 commit intotouchfrom
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| ecdsa>=0.9 | ||
| mnemonic>=0.20 | ||
| requests>=2.4.0 | ||
| requests>=2.33.0 |
There was a problem hiding this comment.
New requests minimum breaks declared Python version support
High Severity
The project declares python_requires=">=3.6" in setup.py and even includes dataclasses ; python_version<'3.7' in requirements.txt, but requests>=2.33.0 dropped support for Python 3.9 and below, requiring Python 3.10+. Users on Python 3.6–3.9 will be unable to install this package because pip cannot resolve a compatible requests version. The minimum requests version is now incompatible with the project's own declared Python version support.


Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
python/requirements.txtImportant
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
Note
Low Risk
Low risk dependency bump that only changes the minimum
requestsversion; any risk is limited to potential HTTP behavior/regression differences in downstream usage.Overview
Updates the Python dependency floor for
requestsfrom>=2.4.0to>=2.33.0inpython/requirements.txtto address a reported vulnerability.Written by Cursor Bugbot for commit 4c3c518. This will update automatically on new commits. Configure here.