Skip to content

Commit

Permalink
fix: requirements_dev.txt to reduce vulnerabilities (#10300)
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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
afabiani and snyk-bot authored Nov 28, 2022
1 parent 5948a36 commit 23b189a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ipdb
pre-commit
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 23b189a

Please sign in to comment.