[Snyk] Security upgrade aiohttp from 3.8.6 to 3.13.4#63
Open
nicholas-lockhart wants to merge 1 commit intomasterfrom
Open
[Snyk] Security upgrade aiohttp from 3.8.6 to 3.13.4#63nicholas-lockhart wants to merge 1 commit intomasterfrom
nicholas-lockhart wants to merge 1 commit intomasterfrom
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873704 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873731 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873732 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873733 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873734 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873735 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873736 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873737 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873738 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873739
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.
| 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 |
There was a problem hiding this comment.
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Snyk has created this PR to fix 10 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements.extra.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
👩💻 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
aiohttpis pulled in indirectly and the newer version conflicts with other packages.Overview
Adds an explicit
aiohttp>=3.13.4entry torequirements.extra.txt(not previously listed) to mitigate known vulnerabilities flagged by Snyk, and fixes the formatting of the existingembeddings==0.0.8line.Written by Cursor Bugbot for commit 6ae9877. This will update automatically on new commits. Configure here.