Skip to content

Commit

Permalink
Fixed Vunerability (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverweissl committed Jul 16, 2024
1 parent 68ff90e commit 7e87114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_group/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"poetry-core>=1.6.0",
"Cython>=3.0.4",
"numpy>=1.21.2",
"setuptools>=68.2.2",
"setuptools>=70.0.0",
]
build-backend = "poetry.core.masonry.api"

Expand Down Expand Up @@ -44,7 +44,7 @@ multineat = "^0.12"
sqlalchemy = "^2.0.0"
numpy = "^1.21.2"
Cython = "^3.0.4"
setuptools = "^68.2.2"
setuptools = "^70.0.0"
opencv-contrib-python = "^4.9.0.80"
opencv-python = "^4.9.0.80"

Expand Down

0 comments on commit 7e87114

Please sign in to comment.