From 22e1514e7cf445d5abd8db77ba69e7397e316202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:21:45 +0000 Subject: [PATCH] Bump pydantic from 1.9.1 to 2.5.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.1...v2.5.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ffe0311..cb9933a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.78.0 uvicorn==0.18.2 -pydantic==1.9.1 +pydantic==2.5.2 starlette-prometheus==0.9.0 paramiko==2.11.0 sqlalchemy==1.4.44