Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-7675597
  • Loading branch information
snyk-bot committed Aug 11, 2024
1 parent f997fa4 commit 9b60b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.10.2
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
Expand Down

0 comments on commit 9b60b9d

Please sign in to comment.