Skip to content

Commit

Permalink
fix: gear/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-6091621
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent d5efa30 commit e077e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gear/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ prometheus_client>=0.11.0,<1
PyMySQL>=1,<2
sortedcontainers>=2.4.0,<3
orjson>=3.6.4,<4
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit e077e8d

Please sign in to comment.