summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnyk-bot <snyk-bot@snyk.io>2022-11-15 02:10:06 +0000
committersnyk-bot <snyk-bot@snyk.io>2022-11-15 02:10:06 +0000
commit22941cc477633124a5ad6246ad3435347ac07b0c (patch)
treea869fc5331ecf4057c44b9066e24a3c2f3a66213
parent4cd3c57c24b965046f3a330e1abe2db9e3ac29b2 (diff)
fix: dev-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
-rw-r--r--dev-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9034dd47..b78acaa3 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -7,4 +7,5 @@ autopep8
autoflake
codespell
memory-profiler
-matplotlib \ No newline at end of file
+matplotlib
+setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file