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-6209406
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6209407
  • Loading branch information
snyk-bot committed Jan 30, 2024
1 parent 3d2a94f commit abe3048
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
Expand Up @@ -4,7 +4,7 @@ tqdm>=4.58.0
urllib3>=1.26.2
requests>=2.24.0
evtx>=0.6.2
aiohttp[speedups]~=3.7
aiohttp~=3.9.2
lxml~=4.6
elasticsearch[async]>=7.8.0
orjson>=3.6.0
Expand Down

0 comments on commit abe3048

Please sign in to comment.