From 60d400cf0858033dac71b9e1118ccec4f43634d1 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 30 Apr 2024 12:07:02 +0200 Subject: [PATCH] Update pydantic to 2.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 534242a6..b859e7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pyelftools==0.31", "dnfile==0.14.1", "dncil==1.0.2", - "pydantic==2.4.0", + "pydantic==2.7.1", "protobuf==4.23.4", ] dynamic = ["version"]