Skip to content

Commit d38c2ee

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-7675597
1 parent 3b43dfa commit d38c2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp>=3.6.2
1+
aiohttp>=3.10.2
22
async-timeout>=3.0.1
33
attrs>=19.3.0
44
beautifulsoup4>=4.10.0

0 commit comments

Comments
 (0)