diff --git a/pyproject.toml b/pyproject.toml index abd64d6..f4c3abc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=83.0.0", "wheel>=0.47.0", ] build-backend = "setuptools.build_meta" @@ -14,12 +14,12 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.107.5,<3.0.0", + "utilo>=2.109.0,<3.0.0", "configos>=1.0.4,<2.0.0", - "opencv_python_headless>=4.13.0,<6.0.0", + "opencv_python_headless>=5.0.0.93,<6.0.0", "ughost>=1.0.1,<2.0.0", - "iamraw>=4.91.4,<5.0.0", - "Pillow>=12.2.0,<14.0.0", + "iamraw>=4.92.0,<5.0.0", + "Pillow>=12.3.0,<14.0.0", ] keywords = [] classifiers = [ @@ -38,9 +38,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.1,<2.0.0", - "hoverpower==1.2.0", - "rawmaker>=2.40.3,<3.0.0", + "utilotest>=1.0.4,<2.0.0", + "hoverpower==1.5.1", + "rawmaker>=2.40.5,<3.0.0", ] [project.urls]