From 899d44363bbdefb033b73fbb70c8d3dd687213e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:06:14 +0000 Subject: [PATCH 1/4] build(deps): bump pydantic-core from 2.18.4 to 2.24.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.18.4 to 2.24.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.18.4...v2.24.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0fae387..dc46ebc19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pyasn1-modules==0.2.8 pycodestyle==2.11.1 pycparser==2.22 pydantic==2.7.4 -pydantic-core==2.18.4 +pydantic-core==2.24.0 pygments==2.18.0 pytest==8.3.3 pytest-cov==5.0.0 From 93c37cae51ef4c9d308dbf9458e9554e885f45ca Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 26 Sep 2024 14:12:40 +0200 Subject: [PATCH 2/4] Update pydantic version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc46ebc19..1a9a461b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pycodestyle==2.11.1 pycparser==2.22 -pydantic==2.7.4 +pydantic==2.9.2 pydantic-core==2.24.0 pygments==2.18.0 pytest==8.3.3 From fea54170c4357cf1dbee8552a7fed72473469a87 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 26 Sep 2024 14:16:43 +0200 Subject: [PATCH 3/4] Update pydantic* --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a9a461b5..15948e6b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,8 +33,8 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pycodestyle==2.11.1 pycparser==2.22 -pydantic==2.9.2 -pydantic-core==2.24.0 +pydantic==2.9.1 +pydantic-core==2.23.4 pygments==2.18.0 pytest==8.3.3 pytest-cov==5.0.0 From 256077c647eb025a04a03c7ac5fe351523e3fc40 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 26 Sep 2024 14:17:42 +0200 Subject: [PATCH 4/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15948e6b3..fb01e9468 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pyasn1-modules==0.2.8 pycodestyle==2.11.1 pycparser==2.22 pydantic==2.9.1 -pydantic-core==2.23.4 +pydantic-core==2.23.3 pygments==2.18.0 pytest==8.3.3 pytest-cov==5.0.0