From a2218e91d7c585948d21ce90a2889d3d010395c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:50:57 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.9.2 to 2.10.0 in /canary-deployer Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.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.9.2...v2.10.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- canary-deployer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary-deployer/requirements.txt b/canary-deployer/requirements.txt index d09a13e..3655c97 100644 --- a/canary-deployer/requirements.txt +++ b/canary-deployer/requirements.txt @@ -1,3 +1,3 @@ trio==0.27.0 -pydantic==2.9.2 +pydantic==2.10.0 pydantic-settings==2.6.1 \ No newline at end of file