diff --git a/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock b/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock index 93cfac9920..e5489cdcdf 100644 --- a/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock +++ b/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock @@ -1482,13 +1482,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.30.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.29.0-py3-none-any.whl", hash = "sha256:f8dfe55006dcfb5cf31bcb1904e1262e1c642a4502fee3688cbf1bddfe5c7601"}, - {file = "poethepoet-0.29.0.tar.gz", hash = "sha256:676842302f2304a86b31ac56398dd672fae8471128d2086896393384dbafc095"}, + {file = "poethepoet-0.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] @@ -2237,4 +2237,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.11.0" -content-hash = "33a7cd0c7abc843a641370166eef426165737206377901255f142424ea0ad8df" +content-hash = "ff340016d7fa8b8eae01a862159be4c243375a6e7ab04211d79aebe3ba93b1dd" diff --git a/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml b/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml index a4266e6619..1f3ecedf4f 100644 --- a/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml +++ b/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml @@ -9,7 +9,7 @@ torchvision = "0.20.1" lightning = "2.4.0" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0" diff --git a/machine-learning/hm-mlflow/experiments/classify-mnist/poetry.lock b/machine-learning/hm-mlflow/experiments/classify-mnist/poetry.lock index f3459259e8..67e2e9ec09 100644 --- a/machine-learning/hm-mlflow/experiments/classify-mnist/poetry.lock +++ b/machine-learning/hm-mlflow/experiments/classify-mnist/poetry.lock @@ -2211,13 +2211,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.30.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.29.0-py3-none-any.whl", hash = "sha256:f8dfe55006dcfb5cf31bcb1904e1262e1c642a4502fee3688cbf1bddfe5c7601"}, - {file = "poethepoet-0.29.0.tar.gz", hash = "sha256:676842302f2304a86b31ac56398dd672fae8471128d2086896393384dbafc095"}, + {file = "poethepoet-0.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] @@ -3592,4 +3592,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.11.0" -content-hash = "5b2a2c4b946243cd06b2b7f0bdb73cd67669aa2121818ccf6258000471fa3d3a" +content-hash = "6448abc0cff0896ebfa63e8b33bdb9b6c6024b4e742c7cecda983f7d7a4f8cce" diff --git a/machine-learning/hm-mlflow/experiments/classify-mnist/pyproject.toml b/machine-learning/hm-mlflow/experiments/classify-mnist/pyproject.toml index c9705f1450..3915e32cbd 100644 --- a/machine-learning/hm-mlflow/experiments/classify-mnist/pyproject.toml +++ b/machine-learning/hm-mlflow/experiments/classify-mnist/pyproject.toml @@ -10,7 +10,7 @@ lightning = "2.4.0" wandb = "0.18.6" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0"