Skip to content

Commit

Permalink
fix: requirements/dev.txt to reduce vulnerabilities (#1427)
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-BLACK-6256273

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
devinlundberg and snyk-bot authored Apr 6, 2024
1 parent b445a22 commit 357132a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ipython
watchdog_gevent
watchdog[watchmedo]

black==22.3.0
black==24.3.0
pre-commit==2.9.2
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 357132a

Please sign in to comment.