From 105065ef3a6230cdd77811bdd7059f3e202034ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:34:18 +0300 Subject: [PATCH] chore(deps): update dependency pydantic to v2.10.3 (#305) * chore(deps): update dependency pydantic to v2.10.3 * fix: update trivyignore --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Amanda Hager Lopes de Andrade Katz --- .trivyignore | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.trivyignore b/.trivyignore index e5217656..d9b3762d 100644 --- a/.trivyignore +++ b/.trivyignore @@ -28,3 +28,5 @@ CVE-2024-29415 # ip CVE-2024-45296 # path-to-regexp CVE-2024-37890 # ws private-key +# Kernel +CVE-2024-53103 diff --git a/requirements.txt b/requirements.txt index 99a91c2b..a1438a3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ops==2.17.1 -pydantic==2.10.2 +pydantic==2.10.3