Skip to content

Commit 7e87114

Browse files
committed
Fixed Vunerability (#565)
1 parent 68ff90e commit 7e87114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_group/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"poetry-core>=1.6.0",
44
"Cython>=3.0.4",
55
"numpy>=1.21.2",
6-
"setuptools>=68.2.2",
6+
"setuptools>=70.0.0",
77
]
88
build-backend = "poetry.core.masonry.api"
99

@@ -44,7 +44,7 @@ multineat = "^0.12"
4444
sqlalchemy = "^2.0.0"
4545
numpy = "^1.21.2"
4646
Cython = "^3.0.4"
47-
setuptools = "^68.2.2"
47+
setuptools = "^70.0.0"
4848
opencv-contrib-python = "^4.9.0.80"
4949
opencv-python = "^4.9.0.80"
5050

0 commit comments

Comments
 (0)