From 1d2e70751c03014aa752e599aaa1a0e38074a6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:30:17 +0000 Subject: [PATCH] Bump pydantic from 2.8.0 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.8.2. - [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/v2.8.0...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0e4c1bf..96b3cc0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.8.0 +pydantic==2.8.2 pydantic-settings==2.3.4 diff --git a/pyproject.toml b/pyproject.toml index 708961b..a1a364a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ classifiers = [ dependencies = [ "requests>=2.21.0", "aiohttp>=3.9.2", - "pydantic==2.8.0", + "pydantic==2.8.2", "tenacity==8.*" ]