Skip to content

[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#63

Open
nicholas-lockhart wants to merge 1 commit intomasterfrom
snyk-fix-1e805fda6220d85cd16db2a59fce07b9
Open

[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#63
nicholas-lockhart wants to merge 1 commit intomasterfrom
snyk-fix-1e805fda6220d85cd16db2a59fce07b9

Conversation

@nicholas-lockhart
Copy link
Copy Markdown

@nicholas-lockhart nicholas-lockhart 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/test-ci-base.txt
⚠️ Warning
codecov 2.1.13 requires requests, 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:

🦉 Insecure Temporary File


Note

Low Risk
Low risk dependency change limited to test/CI requirements; main risk is CI/test breakage if the newer requests version causes incompatibilities with transitive deps like codecov.

Overview
Pins requests to >=2.33.0 in requirements/test-ci-base.txt (CI/Tox test requirements) to mitigate a reported vulnerability and ensure codecov has an explicit requests dependency available during CI installs.

Written by Cursor Bugbot for commit 3e036ee. This will update automatically on new commits. Configure here.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

-r extras/pymemcache.txt
-r extras/thread.txt
-r extras/auth.txt
requests>=2.33.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requests 2.33.0 requires Python 3.10+, breaking older Python CI

High Severity

The pinned requests>=2.33.0 requires Python 3.10+, but this project supports Python 3.7+ (per setup.py python_requires=">=3.7" and tox.ini test matrix). The test-ci-base.txt file is included by test-ci-default.txt, which is used for Python 3.7, 3.8, and 3.9 CI environments. Installing requests>=2.33.0 on those Python versions will fail, breaking CI for all pre-3.10 environments.

Fix in Cursor Fix in Web

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