Skip to content

Commit

Permalink
⬆️🛡️ Combined Snyk updates (#145)
Browse files Browse the repository at this point in the history
* ⬆️🛡️ Combined Snyk updates

fix: docs/requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412

fix: requirements_dev.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-3318382

fix: docs/requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-3318382

* 🧹 Fix duplicate ipython requirement
  • Loading branch information
s-weigand authored Feb 18, 2023
1 parent 72e27e2 commit f4f5db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ nbsphinx>=0.8.1
sphinx-last-updated-by-git>=0.3.0
jupyterlab>=3.0.0
matplotlib>=3.0.0
IPython>=7.2.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f4f5db1

Please sign in to comment.