From 1300f1c5b181f87aea0c0dda0065d34a7a5804aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:42:00 +0000 Subject: [PATCH] Bump pydantic from 1.9.0 to 1.10.13 in /blockchain Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 1.10.13. - [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.0...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blockchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/requirements.txt b/blockchain/requirements.txt index 058119f..bb708df 100644 --- a/blockchain/requirements.txt +++ b/blockchain/requirements.txt @@ -9,7 +9,7 @@ web3==5.23.0 # API dependencies fastapi==0.65.2 uvicorn==0.13.4 -pydantic==1.9.0 +pydantic==1.10.13 # Database dependencies sqlalchemy==1.4.25