From 0bf60e338cbd4e0db65c9683bb7650882d8d59fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:10:00 +0000 Subject: [PATCH] build(deps): bump kedro-mlflow from 0.12.1 to 0.12.2 Bumps [kedro-mlflow](https://github.com/Galileo-Galilei/kedro-mlflow) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/Galileo-Galilei/kedro-mlflow/releases) - [Changelog](https://github.com/Galileo-Galilei/kedro-mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.1...0.12.2) --- updated-dependencies: - dependency-name: kedro-mlflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6cfabf..87ef1fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "absl-py" @@ -1830,23 +1830,24 @@ yaml-yamldataset = ["PyYAML (>=4.2,<7.0)", "pandas (>=1.3,<3.0)"] [[package]] name = "kedro-mlflow" -version = "0.12.1" +version = "0.12.2" description = "A kedro-plugin to use mlflow in your kedro projects" optional = true -python-versions = ">=3.8, <3.12" +python-versions = "<3.12,>=3.8" files = [ - {file = "kedro_mlflow-0.12.1.tar.gz", hash = "sha256:d288e9f540814446332c064681fb08c0c31c9a779e9fdb8200ec37bd69c133bc"}, + {file = "kedro_mlflow-0.12.2-py3-none-any.whl", hash = "sha256:4f8c373124c0752bb2c698e6c78cc660cdfb5a9d92be0445f69dc325bae64e79"}, + {file = "kedro_mlflow-0.12.2.tar.gz", hash = "sha256:954296b85850dc691c298754a334f7ed847c3465a1682e98deb3234ecb9781e1"}, ] [package.dependencies] kedro = ">=0.19.0,<0.20.0" -kedro_datasets = "*" +kedro-datasets = "*" mlflow = ">=1.0.0,<3.0.0" pydantic = ">=1.0.0,<3.0.0" [package.extras] dev = ["jupyter (>=1.0.0,<2.0.0)", "pre-commit (>=2.0.0,<4.0.0)"] -doc = ["myst-parser (>=0.17.2,<2.1.0)", "sphinx (>=4.5.0,<8.0.0)", "sphinx-click (>=3.1,<5.2)", "sphinx-markdown-tables (>=0.0.15,<0.1.0)", "sphinx_copybutton (>=0.5.0,<0.6.0)", "sphinx_rtd_theme (>=1.0,<1.5)"] +doc = ["myst-parser (>=0.17.2,<2.1.0)", "sphinx (>=4.5.0,<8.0.0)", "sphinx-click (>=3.1,<5.2)", "sphinx-copybutton (>=0.5.0,<0.6.0)", "sphinx-markdown-tables (>=0.0.15,<0.1.0)", "sphinx-rtd-theme (>=1.0,<1.5)"] test = ["kedro-datasets[pandas-csvdataset]", "pytest (>=5.4.0,<8.0.0)", "pytest-cov (>=2.8.0,<5.0.0)", "pytest-lazy-fixture (>=0.6.0,<1.0.0)", "pytest-mock (>=3.1.0,<4.0.0)", "ruff (>=0.1.0,<0.2.0)", "scikit-learn (>=0.23.0,<1.5.0)"] [[package]]