Skip to content

Commit

Permalink
Fix safety
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Nov 5, 2024
1 parent 35bd4dc commit f6c1355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ lint = [
"pytest>=7.2.0",
"pytest-cov>=4.0.0",
"pytest-xdist>=3.5.0",
"ruff>=0.2.0"
"ruff>=0.2.0",
"virtualenv>=20.26.6"
]
sklearn = [
"scikit-learn>=1.5.1",
Expand Down
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,10 @@ urllib3==2.2.2
# via
# requests
# safety
virtualenv==20.25.0
# via pre-commit
virtualenv==20.27.1
# via
# inseq (pyproject.toml)
# pre-commit
wcwidth==0.2.13
# via prompt-toolkit
widgetsnbextension==4.0.10
Expand Down

0 comments on commit f6c1355

Please sign in to comment.