From e68d4d1c3a66bbaa9e8e978d090e14eea2d5ad5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:59:28 +0000 Subject: [PATCH] Update autodoc-pydantic requirement from ==1.8.* to ==2.0.* Updates the requirements on [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) to permit the latest version. - [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/changelog.rst) - [Commits](https://github.com/mansenfranzen/autodoc_pydantic/compare/v1.8.0-a.1...v2.0.1) --- updated-dependencies: - dependency-name: autodoc-pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 71617a36b..29268972e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ pallets_sphinx_themes==2.* myst-parser==2.0.* -autodoc_pydantic==1.8.* +autodoc_pydantic==2.0.*