From e30925511ac7c7553c510f92dff0d6776f985b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:41:35 +0000 Subject: [PATCH] Bump pydantic from 1.10.2 to 1.10.15 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.15. - [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/v1.10.2...v1.10.15) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9a2bd2..f873cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,8 +58,9 @@ pyasn1==0.4.8 # rsa pycparser==2.21 # via cffi -pydantic==1.10.2 +pydantic==1.10.15 # via + # -r requirements.in # fastapi # fastapi-pagination # sqlmodel @@ -79,6 +80,7 @@ sniffio==1.3.0 # via anyio sqlalchemy==1.4.41 # via + # -r requirements.in # alembic # sqlmodel sqlalchemy2-stubs==0.0.2a29