From 42e30d0fcd6e71ae050b60a1bab4da5876a7cbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:42:30 +0000 Subject: [PATCH 1/2] build(deps): bump pydantic from 2.7.2 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.4. - [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.7.2...v2.7.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cff4840b..4de68d387 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.2 +pydantic==2.7.4 pydantic-core==2.18.3 pygments==2.18.0 pytest==8.2.1 From 4a463876e7a9fc96bebb7c561e581e825f97737d Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 18 Jun 2024 13:14:32 +0200 Subject: [PATCH 2/2] update pydantic-core --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4de68d387..88034c5d7 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.3 +pydantic-core==2.18.4 pygments==2.18.0 pytest==8.2.1 pytest-cov==5.0.0