From c7db80659329295924630d5d5a3046b04f940a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:05:45 +0000 Subject: [PATCH 1/3] Bump pydantic from 2.8.2 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.1. - [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.2...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... 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 e1e9966..097f7ea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==8.0.2 pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 -pydantic==2.8.2 +pydantic==2.9.1 pydantic-settings==2.4.0 diff --git a/pyproject.toml b/pyproject.toml index a8114d0..4d58eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ classifiers = [ dependencies = [ "requests>=2.21.0", "aiohttp>=3.9.2", - "pydantic==2.8.2", + "pydantic==2.9.1", "tenacity>=8,<10" ] From 5403eab636c48046d6190595a70c4ba4d52fa326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:29:27 +0000 Subject: [PATCH 2/3] Bump pydantic-settings from 2.4.0 to 2.5.2 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... 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 097f7ea..29f0713 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,4 @@ pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 pydantic==2.9.1 -pydantic-settings==2.4.0 +pydantic-settings==2.5.2 From b249f6c36953e78ddf82273341092160f12721c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:29:38 +0000 Subject: [PATCH 3/3] Bump pydantic from 2.9.1 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.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.9.1...v2.9.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 097f7ea..a0a7d13 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==8.0.2 pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 -pydantic==2.9.1 +pydantic==2.9.2 pydantic-settings==2.4.0 diff --git a/pyproject.toml b/pyproject.toml index 4d58eb0..814fb90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ classifiers = [ dependencies = [ "requests>=2.21.0", "aiohttp>=3.9.2", - "pydantic==2.9.1", + "pydantic==2.9.2", "tenacity>=8,<10" ]