From b6260e9e5606b08e2462b8410c322fd26b1494ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:56:01 +0000 Subject: [PATCH] chore(deps): Update pydantic requirement in /automated-loop Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- automated-loop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated-loop/requirements.txt b/automated-loop/requirements.txt index b950a5f..47fb8b2 100644 --- a/automated-loop/requirements.txt +++ b/automated-loop/requirements.txt @@ -1,3 +1,3 @@ -pydantic>=2.13.4 +pydantic>=2.13.5 pytest>=9.1.1 pytest-cov>=7.1.0