From cb7396790e1365d36a5f21d6bc9903f69ed404c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:12:23 +0000 Subject: [PATCH] Bump pydantic from 1.10.17 to 1.10.18 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.17 to 1.10.18. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91c6a5e..3dca4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "tqdm", "matplotlib", "lightning==2.3.3", - "pydantic==1.10.17", + "pydantic==1.10.18", "websockets", "einops==0.8.0", "torchmetrics[image]",