From b21a6a547f503b5f8d3306e293ea096753c19f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:16:24 +0000 Subject: [PATCH] Bump pydantic from 1.10.21 to 1.10.22 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.21 to 1.10.22. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.22/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.21...v1.10.22) --- updated-dependencies: - dependency-name: pydantic dependency-version: 1.10.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d425704..327f52ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ starlette==0.44.0; python_version == "3.8" cbitstruct==1.1.0; python_version <= "3.12" cloudevents==1.11.0 -pydantic==1.10.21 +pydantic==1.10.22 Werkzeug==3.1.3; python_version > "3.8" Werkzeug==3.0.6; python_version == "3.8"