From ccaeec7ba80dfa82561095d2f0e492ecb3facc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:48:42 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from <2 to <3 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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v0.0.2...v2.0) --- 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 f7a4c0d4b63..c5a4f33147e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,4 +72,4 @@ Unidecode>=1.3.4 weasyprint>=59 xml2rfc>=3.12.4 xym>=0.6,<1.0 -pydantic<2 # Temporary pin until inflect can catch up. +pydantic<3 # Temporary pin until inflect can catch up.