From b858363957f17e2d35515db6602a23f6908f9312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:51:07 +0000 Subject: [PATCH] build(deps): bump kedro from 0.19.3 to 0.19.6 Bumps [kedro](https://github.com/kedro-org/kedro) from 0.19.3 to 0.19.6. - [Release notes](https://github.com/kedro-org/kedro/releases) - [Changelog](https://github.com/kedro-org/kedro/blob/main/RELEASE.md) - [Commits](https://github.com/kedro-org/kedro/compare/0.19.3...0.19.6) --- updated-dependencies: - dependency-name: kedro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6cfabf..4f5cdae 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" @@ -1337,6 +1337,17 @@ graphql-relay = ">=3.1,<3.3" dev = ["black (==22.3.0)", "coveralls (>=3.3,<4)", "flake8 (>=4,<5)", "iso8601 (>=1,<2)", "mock (>=4,<5)", "pytest (>=6,<7)", "pytest-asyncio (>=0.16,<2)", "pytest-benchmark (>=3.4,<4)", "pytest-cov (>=3,<4)", "pytest-mock (>=3,<4)", "pytz (==2022.1)", "snapshottest (>=0.6,<1)"] test = ["coveralls (>=3.3,<4)", "iso8601 (>=1,<2)", "mock (>=4,<5)", "pytest (>=6,<7)", "pytest-asyncio (>=0.16,<2)", "pytest-benchmark (>=3.4,<4)", "pytest-cov (>=3,<4)", "pytest-mock (>=3,<4)", "pytz (==2022.1)", "snapshottest (>=0.6,<1)"] +[[package]] +name = "graphlib-backport" +version = "1.1.0" +description = "Backport of the Python 3.9 graphlib module for Python 3.6+" +optional = false +python-versions = ">=3.6,<4.0" +files = [ + {file = "graphlib_backport-1.1.0-py3-none-any.whl", hash = "sha256:eccacf9f2126cdf89ce32a6018c88e1ecd3e4898a07568add6e1907a439055ba"}, + {file = "graphlib_backport-1.1.0.tar.gz", hash = "sha256:00a7888b21e5393064a133209cb5d3b3ef0a2096cf023914c9d778dff5644125"}, +] + [[package]] name = "graphql-core" version = "3.2.3" @@ -1650,17 +1661,6 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] -[[package]] -name = "jmespath" -version = "1.0.1" -description = "JSON Matching Expressions" -optional = false -python-versions = ">=3.7" -files = [ - {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, - {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, -] - [[package]] name = "joblib" version = "1.3.2" @@ -1712,13 +1712,13 @@ referencing = ">=0.31.0" [[package]] name = "kedro" -version = "0.19.3" +version = "0.19.6" description = "Kedro helps you build production-ready data and analytics pipelines" optional = false python-versions = ">=3.8" files = [ - {file = "kedro-0.19.3-py3-none-any.whl", hash = "sha256:3e2f20ad35560abc480af5821b5f7a48f45548539ff4c553610f4a39876ace93"}, - {file = "kedro-0.19.3.tar.gz", hash = "sha256:9171368b5cd7951468d2779f9de5880f69d00b1d1b102b60ebf922a6d9cebac5"}, + {file = "kedro-0.19.6-py3-none-any.whl", hash = "sha256:cbda4c25144bf4d56e73dd839309ddd7597718db8ff635783518f1abe72ceabd"}, + {file = "kedro-0.19.6.tar.gz", hash = "sha256:cd4128fe8a9716ae83cf2f88ce2b76305d66af99a497207e3e4294afd3d96e15"}, ] [package.dependencies] @@ -1730,25 +1730,24 @@ cookiecutter = ">=2.1.1,<3.0" dynaconf = ">=3.1.2,<4.0" fsspec = ">=2021.4" gitpython = ">=3.0" +graphlib-backport = {version = ">=1.0.0", markers = "python_version < \"3.9\""} importlib-metadata = {version = ">=3.6,<8.0", markers = "python_version >= \"3.8\""} importlib-resources = ">=1.3,<7.0" -jmespath = ">=0.9.5" more-itertools = ">=8.14.0" omegaconf = ">=2.1.1" parse = ">=1.19.0" -pluggy = ">=1.0,<1.4.0" +pluggy = ">=1.0" pre-commit-hooks = "*" PyYAML = ">=4.2,<7.0" rich = ">=12.0,<14.0" rope = ">=0.21,<2.0" toml = ">=0.10.0" -toposort = ">=1.5" [package.extras] all = ["kedro[docs,jupyter,test]"] -docs = ["Jinja2 (<3.2.0)", "docutils (<0.21)", "ipykernel (>=5.3,<7.0)", "myst-parser (>=1.0,<2.1)", "sphinx (>=5.3,<7.3)", "sphinx-autodoc-typehints (==1.20.2)", "sphinx-copybutton (==0.5.2)", "sphinx-favicon", "sphinx-last-updated-by-git", "sphinx-notfound-page", "sphinx-rtd-theme (==2.0.0)", "sphinxcontrib-youtube"] +docs = ["Jinja2 (<3.2.0)", "ipykernel (>=5.3,<7.0)", "kedro-sphinx-theme (==2024.4.0)"] jupyter = ["ipylab (>=1.0.0)", "notebook (>=7.0.0)"] -test = ["behave (==1.2.6)", "coverage[toml]", "import-linter (==2.0)", "ipylab (>=1.0.0)", "ipython (>=7.31.1,<8.0)", "ipython (>=8.10,<9.0)", "jupyter (>=1.0,<2.0)", "jupyterlab (>=3,<5)", "jupyterlab-server (>=2.11.1)", "kedro-datasets", "mypy (>=1.0,<2.0)", "pandas (>=2.0,<3.0)", "pandas-stubs", "pluggy (>=1.0,<1.4)", "pre-commit (>=2.9.2,<4.0)", "pyarrow (>=1.0)", "pyarrow (>=7.0)", "pyproj (>=3.0,<4.0)", "pytest (>=7.2,<9.0)", "pytest-cov (>=3.0,<4.0)", "pytest-mock (>=1.7.1,<4.0)", "pytest-xdist[psutil] (>=2.2.1,<2.3.0)", "s3fs (>=2021.4,<2024.3)", "semver", "trufflehog (>=2.1,<3.0)", "types-PyYAML", "types-cachetools", "types-toml", "types-toposort"] +test = ["behave (==1.2.6)", "coverage[toml]", "import-linter (==2.0)", "ipylab (>=1.0.0)", "ipython (>=7.31.1,<8.0)", "ipython (>=8.10,<9.0)", "jupyter (>=1.0,<2.0)", "jupyterlab (>=3,<5)", "jupyterlab-server (>=2.11.1)", "kedro-datasets", "kedro-datasets (<2.0.0)", "mypy (>=1.0,<2.0)", "pandas (>=2.0,<3.0)", "pandas-stubs", "pluggy (>=1.0)", "pre-commit (>=2.9.2,<4.0)", "pytest (>=7.2,<9.0)", "pytest-cov (>=3.0,<4.0)", "pytest-mock (>=1.7.1,<4.0)", "pytest-xdist[psutil] (>=2.2.1,<2.3.0)", "s3fs (>=2021.4,<2024.6)", "trufflehog (>=2.1,<3.0)", "types-PyYAML", "types-cachetools", "types-toml"] [[package]] name = "kedro-datasets"