From 41595c1d51657079624b67490d318430c6fe17e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:24:47 +0100 Subject: [PATCH] chore(deps): update dependency ops to v2.18.0 (#313) * chore(deps): update dependency ops to v2.18.0 * update triviignore --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arturo Seijas --- .trivyignore | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.trivyignore b/.trivyignore index 847bfacf..6390bb9d 100644 --- a/.trivyignore +++ b/.trivyignore @@ -28,6 +28,10 @@ CVE-2024-21538 # cross-spawn CVE-2024-29415 # ip CVE-2024-45296 # path-to-regexp CVE-2024-37890 # ws +CVE-2024-52798 # libc private-key # Kernel CVE-2024-53103 +# libc +CVE-2024-56658 + diff --git a/requirements.txt b/requirements.txt index 21aa7087..17fd1037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -ops==2.17.1 +ops==2.18.0 pydantic==2.10.5