From 1516a74493d79547e64d24e1e4bc9c7d30c8c817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:06:55 +0000 Subject: [PATCH] Update pydantic requirement from ~=1.9.1 to ~=1.10.7 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.7/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.7) --- 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..0d7b5a3 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.7 arrow~=1.2.3