Skip to content

Commit

Permalink
fix: docker/py/requirements.txt to reduce vulnerabilities (#304)
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-IPYTHON-3318382

Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
snyk-bot and rokroskar authored Mar 1, 2023
1 parent 19e3b94 commit 4dd042f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ powerline-shell~=0.7.0
requests>=2.20.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
virtualenv>=20.7.2
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 4dd042f

Please sign in to comment.