From 97dc42742850da8ee311f63a7d4fab300d0fe2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:06:32 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.8.2 to 2.9.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.0. - [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/v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e263553..0ce20f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ omegaconf==2.3.0 pytest==8.3.2 pytest-cov==5.0.0 pytest-mock==3.14.0 -pydantic==2.8.2 +pydantic==2.9.0 rich==13.7.1