From 4a9d77407f6d8f701870f87008983ae5f2b6915b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:50:28 +0000 Subject: [PATCH 1/3] build(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79f33815a..92baf246a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ protobuf==5.27.3 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 -pydantic==2.9.1 +pydantic==2.9.2 pydantic-core==2.23.3 xmltodict==0.13.0 pyelftools==0.31 From 1428c10e2c1481403d30e1061beb4d1f7fd39a82 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 27 Sep 2024 11:28:19 +0200 Subject: [PATCH 2/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92baf246a..a4d8fadb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 pydantic==2.9.2 -pydantic-core==2.23.3 +pydantic-core==2.23.4 xmltodict==0.13.0 pyelftools==0.31 pygments==2.18.0 From 028ed127877566437797e0bdac177d0b1c5f9348 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 27 Sep 2024 11:52:01 +0200 Subject: [PATCH 3/3] remove pinned sub-dependency Co-authored-by: Willi Ballenthin --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8e0be76f..8bbc9e19c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,10 @@ pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 pydantic==2.9.2 -pydantic-core==2.23.4 +# pydantic pins pydantic-core, +# but dependabot updates these separately (which is broken) and is annoying, +# so we rely on pydantic to pull in the right version of pydantic-core. +# pydantic-core==2.23.4 xmltodict==0.13.0 pyelftools==0.31 pygments==2.18.0