From d9aea63dd985c6729a6e96a8220fcb5545310805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 03:34:59 +0000 Subject: [PATCH] Bump pydantic from 1.9.1 to 2.10.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 2.10.3. - [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.9.1...v2.10.3) --- 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..925cf31 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.10.3 starlette-prometheus==0.9.0 paramiko==2.11.0 sqlalchemy==1.4.44