diff --git a/machine-learning/convolutional-neural-network/poetry.lock b/machine-learning/convolutional-neural-network/poetry.lock index 98a433a16e..c83062787f 100644 --- a/machine-learning/convolutional-neural-network/poetry.lock +++ b/machine-learning/convolutional-neural-network/poetry.lock @@ -887,13 +887,13 @@ pgp = ["gpg"] [[package]] name = "dvc" -version = "3.51.1" +version = "3.51.2" description = "Git for data scientists - manage your code and data together" optional = false python-versions = ">=3.9" files = [ - {file = "dvc-3.51.1-py3-none-any.whl", hash = "sha256:b6bdb562c87db15db1e6ff4594a2a495f527478b778b66569f0c45786412d373"}, - {file = "dvc-3.51.1.tar.gz", hash = "sha256:292f84eee8390ba5e6eb851454ab78281bc0cb1dad33519575d0bea58e468bb6"}, + {file = "dvc-3.51.2-py3-none-any.whl", hash = "sha256:2af4592932dff2413b8fce78e1889fec3fff3e1543cce3921c17ae10d8f17830"}, + {file = "dvc-3.51.2.tar.gz", hash = "sha256:bc714b727e02f4702e79346933fbed8a6409da6ec1bef7b51416af741fc6aa13"}, ] [package.dependencies] @@ -3665,4 +3665,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.10.x" -content-hash = "f59ffc97ed1a7c18fdbac85e4e006c75c857259c848fea868ad84e80125958bf" +content-hash = "7a2c624c7c0b3781c871b27ec801c262341e449e9bced282a17b2e656bbb4bae" diff --git a/machine-learning/convolutional-neural-network/pyproject.toml b/machine-learning/convolutional-neural-network/pyproject.toml index ec56c956e7..4f30aa4c9b 100644 --- a/machine-learning/convolutional-neural-network/pyproject.toml +++ b/machine-learning/convolutional-neural-network/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"] [tool.poetry.dependencies] python = "3.10.x" -dvc = "3.51.1" +dvc = "3.51.2" dvc-s3 = "3.2.0" pandas = "2.2.2" tabulate = "0.9.0"