From 210391df4175e1cab3debc4ae8382521820d06df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:03:35 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from ~=1.9.0 to ~=1.10.4 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.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.0...v1.10.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 637daa3..e3d7e91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ inquirerpy~=0.3.3 tabulate~=0.8.9 # libraries -pydantic~=1.9.0 +pydantic~=1.10.4 pyyaml>=5.4.0 tinydb~=4.7.0 python-slugify~=6.1.1 diff --git a/setup.py b/setup.py index fda4a9b..409f522 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "colorama~=0.4.4", "inquirerpy>=0.3.3,<0.4.0", "tabulate~=0.8.9", - "pydantic>=1.7.3,<1.10.0", + "pydantic>=1.7.3,<1.11.0", "pyyaml>=5.4", "tinydb>=3.15.2,<4.8.0", "requests>=2.25.1,<2.28.0",