Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 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,10 @@ pytest-cov==2.10.1
pytest-order==1.0.0
pytest-xdist[psutil]
safety
authlib>=1.3.1 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability