Skip to content

Commit

Permalink
fix: requirements.dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 25, 2024
1 parent 91cf991 commit aba3bd1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r ./requirements.txt
bandit==1.7.0
black==22.3.0
bandit==1.7.7
black==24.3.0
codecov==2.1.11
coverage==6.0b1
darglint==1.7.0
Expand All @@ -10,7 +10,7 @@ interrogate==1.3.2
ipykernel==5.5.0
isort==5.6.4
mypy==0.790
notebook==6.4.1
notebook==6.4.12
papermill==2.3.1
pep8-naming==0.11.1
pre-commit==2.11.1
Expand All @@ -20,3 +20,5 @@ pytest-cov==2.10.1
pytest-order==1.0.0
pytest-xdist[psutil]
safety
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit aba3bd1

Please sign in to comment.