From 72fb31c4774983dea7cb44a66bceadc9cf22f12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 14:58:26 +0000 Subject: [PATCH] Update pydantic requirement from ~=1.9.1 to ~=1.10.8 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.8) --- 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 caba035..35b9c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ cython~=0.29.33 yarl~=1.8.2 pydantic~=1.9.1 setuptools~=67.4.0 -pydantic~=1.9.2 +pydantic~=1.10.8 arrow~=1.2.3