From cd88bd02d4ec68d05c5180fb9212e4bddfa558ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:23:18 +0000 Subject: [PATCH] :arrow_up: Bump pydantic from 1.8.1 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.8.1 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.8.1...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cdf607..408d4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ parsimonious==0.8.1 # via eth-abi pools==20210424 # via -r requirements/requirements-base.txt protobuf==3.15.8 # via web3 pycryptodome==3.10.1 # via eth-hash, eth-keyfile -pydantic==1.8.1 # via fastapi +pydantic==1.10.13 # via fastapi pyrsistent==0.17.3 # via jsonschema requests==2.25.1 # via gql, ipfshttpclient, web3 rlp==2.0.1 # via eth-account, eth-rlp