From 55587631c15511152acf2a83595c2f776c78a06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:17:41 +0000 Subject: [PATCH] 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c34a4d5..cd0da5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,9 +38,9 @@ pluggy==1.5.0 # via pytest pre-commit==3.8.0 # via -r requirements.in -pydantic==2.8.2 +pydantic==2.9.0 # via -r requirements.in -pydantic-core==2.20.1 +pydantic-core==2.23.2 # via pydantic pygments==2.18.0 # via pdbpp @@ -64,6 +64,8 @@ typing-extensions==4.12.1 # via # pydantic # pydantic-core +tzdata==2024.1 + # via pydantic urllib3==2.2.2 # via requests virtualenv==20.26.2