From 5603f03d7b29c500896df4bdd65a05165b0f5797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:34:22 +0000 Subject: [PATCH] fix(convolutional-neural-network): update dependency dvc to v3.55.0 (#18988) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../convolutional-neural-network/poetry.lock | 10 +++++----- .../convolutional-neural-network/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/machine-learning/convolutional-neural-network/poetry.lock b/machine-learning/convolutional-neural-network/poetry.lock index 86168841a9..13c5748548 100644 --- a/machine-learning/convolutional-neural-network/poetry.lock +++ b/machine-learning/convolutional-neural-network/poetry.lock @@ -944,13 +944,13 @@ pgp = ["gpg"] [[package]] name = "dvc" -version = "3.54.1" +version = "3.55.0" description = "Git for data scientists - manage your code and data together" optional = false python-versions = ">=3.9" files = [ - {file = "dvc-3.54.1-py3-none-any.whl", hash = "sha256:9534ddfdde9cec654f44ae4a565fdbbf45d1f4b656d6d68ffb18bcef7a075db5"}, - {file = "dvc-3.54.1.tar.gz", hash = "sha256:00cbfd2dc1268af7bd8739c8e2dfdc493134d243bfc9687579a94a2646d438ef"}, + {file = "dvc-3.55.0-py3-none-any.whl", hash = "sha256:a758d6d20ed9832955dbb8b8d437b8cb54d65f3f53fdb2f389d981f492fb921a"}, + {file = "dvc-3.55.0.tar.gz", hash = "sha256:e4c889dd9c381c83d5df48a914c62d16db3098c3fb34817f7818e0ee67484d3d"}, ] [package.dependencies] @@ -1004,7 +1004,7 @@ dev = ["dvc[azure,gdrive,gs,hdfs,lint,oss,s3,ssh,tests,webdav,webhdfs]"] gdrive = ["dvc-gdrive (>=3,<4)"] gs = ["dvc-gs (>=3,<4)"] hdfs = ["dvc-hdfs (>=3,<4)"] -lint = ["mypy (==1.11.1)", "pandas-stubs", "types-colorama", "types-psutil", "types-pyinstaller", "types-requests", "types-tabulate", "types-toml", "types-tqdm", "typing-extensions"] +lint = ["mypy (==1.11.2)", "pandas-stubs", "types-colorama", "types-psutil", "types-pyinstaller", "types-requests", "types-tabulate", "types-toml", "types-tqdm", "typing-extensions"] oss = ["dvc-oss (>=3,<4)"] s3 = ["dvc-s3 (>=3.2.0,<4)"] ssh = ["dvc-ssh (>=4,<5)"] @@ -3735,4 +3735,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.10.x" -content-hash = "15651ecd1e6b595f475fc423b994b0359796fbad110f60bcbf4cbbce195e7480" +content-hash = "17dca74a945df1afb8daa7eafa304ac06f28588b55050dabebe8c2922ced2e3d" diff --git a/machine-learning/convolutional-neural-network/pyproject.toml b/machine-learning/convolutional-neural-network/pyproject.toml index 5ed89c84c6..0725a839a1 100644 --- a/machine-learning/convolutional-neural-network/pyproject.toml +++ b/machine-learning/convolutional-neural-network/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.10.x" -dvc = "3.54.1" +dvc = "3.55.0" dvc-s3 = "3.2.0" pandas = "2.2.2" tabulate = "0.9.0"