From a057512cea0127e974c87fea468916fc2507d052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:17:04 +0000 Subject: [PATCH] Bump pydantic[email] from 2.4.2 to 2.9.2 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 2.4.2 to 2.9.2. - [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.4.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic[email] 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 d477aa5..29b204f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pathspec==0.12.1 # via black platformdirs==3.11.0 # via black -pydantic[email]==2.4.2 +pydantic[email]==2.9.2 # via datamodel-code-generator pydantic-core==2.10.1 # via pydantic