From 4864259e1b7fac1441e48cc83548970bb977210d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:55:11 +0000 Subject: [PATCH] Bump autodoc-pydantic from 2.1.0 to 2.2.0 Bumps [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/mansenfranzen/autodoc_pydantic/releases) - [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/CHANGELOG.md) - [Commits](https://github.com/mansenfranzen/autodoc_pydantic/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: autodoc-pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8e0f7d9..9f7d188e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] ulid = ["python-ulid"] docs = [ - "autodoc_pydantic==2.1.0", + "autodoc_pydantic==2.2.0", "furo==2024.5.6", "ipython==8.23.0", "myst_parser==2.0.0",