Skip to content

[Snyk] Security upgrade aiohttp from 3.8.6 to 3.13.4#63

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

[Snyk] Security upgrade aiohttp from 3.8.6 to 3.13.4#63
nicholas-lockhart wants to merge 1 commit intomasterfrom
snyk-fix-e1a260c23cc4059e7721775db90d8127

Conversation

@nicholas-lockhart
Copy link
Copy Markdown

@nicholas-lockhart nicholas-lockhart commented Apr 2, 2026

snyk-top-banner

Snyk has created this PR to fix 10 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements.extra.txt

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.
  • Snyk has automatically assigned this pull request, set who gets assigned.
  • 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
👩‍💻 Set who automatically gets assigned
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Information Exposure


Note

Low Risk
Low risk dependency list change only, but could introduce runtime incompatibilities if aiohttp is pulled in indirectly and the newer version conflicts with other packages.

Overview
Adds an explicit aiohttp>=3.13.4 entry to requirements.extra.txt (not previously listed) to mitigate known vulnerabilities flagged by Snyk, and fixes the formatting of the existing embeddings==0.0.8 line.

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

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.

datasets==1.15.1
embeddings==0.0.8 No newline at end of file
embeddings==0.0.8
aiohttp>=3.13.4 # not directly required, pinned by Snyk to avoid a vulnerability No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible Python version requirements make installation impossible

High Severity

Adding aiohttp>=3.13.4 creates an unsatisfiable dependency set. aiohttp 3.13.4 requires Python >=3.9, but torch==1.6.0 (and numpy==1.19.1 in requirements.txt) only provide wheels for Python 3.6–3.8. No Python version can satisfy both constraints, so pip install of these requirements will fail.

Additional Locations (1)
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.

3 participants