From 7524d96e383ffcd82ae63936289c8ea73f93fb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:18:30 +0000 Subject: [PATCH] Update pydantic requirement from ~=1.9.1 to ~=1.10.6 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.6/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.2...v1.10.6) --- 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..ed239c0 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.6 arrow~=1.2.3