Skip to content

Commit

Permalink
fix: resotocore/requirements.txt to reduce vulnerabilities (#1286)
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-SETUPTOOLS-3113904
  • Loading branch information
snyk-bot authored Nov 17, 2022
1 parent 16137a9 commit 9a8e694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resotocore/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ aiofiles==22.1.0
cryptography==38.0.3
rich==12.6.0
Cerberus~=1.3.4
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9a8e694

Please sign in to comment.