Skip to content

Commit

Permalink
fix: requirements/common.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 8284ebd commit f71d2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kopf==1.36.2
pykube-ng==23.6.0
PyYAML==6.0.1
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f71d2cf

Please sign in to comment.