From 9c93b7d0b0539f56489b61e801c286066f96812b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:52:04 +0000 Subject: [PATCH] Bump pydantic from 2.6.1 to 2.6.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.1 to 2.6.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.6.1...v2.6.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 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8a4ac69..70d9dea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==7.2.6 pallets_sphinx_themes==2.1.1 myst-parser==2.0.0 autodoc_pydantic==2.0.1 -pydantic==2.6.1 +pydantic==2.6.2 pydantic-settings==2.2.1 diff --git a/src/requirements.txt b/src/requirements.txt index cd48777..0fa1df2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ requests>=2.21.0 aiohttp>=3.9.2 -pydantic==2.6.1 +pydantic==2.6.2 tenacity==8.*