From ed7704ebba04aeb77fc4aa813693b24bf21564a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:30:02 +0000 Subject: [PATCH] chore(deps): update testing pip deps --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8628906f..a4183e7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ lightkube lightkube-models ops >= 2.2.0 psycopg[binary] -pydantic ~= 2.5.3 +pydantic ~=2.7.1 SQLAlchemy -tenacity ~= 8.2.3 +tenacity ~=8.3.0