From 8c0b31037af069781e7cdd709982df6419ea32b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:06:56 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 1.10.13 in /requirements Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 1.10.13. - [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.9...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 94ee153fa3..6902805281 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,6 +8,6 @@ lion-pytorch lmdb mlflow parameterized -pydantic==1.10.9 +pydantic==1.10.13 pytest transformers