Skip to content

Commit

Permalink
fix: lint-requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 15, 2024
1 parent a5d0a15 commit c037eb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# This file contains requirements which are needed by the lint test targets
black==22.6.0
black==24.3.0
modernize==0.7
flake8==4.0.1
pylint==2.13.8
mypy==0.761
bandit==1.6.3
bandit==1.7.7
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit c037eb2

Please sign in to comment.