From 70b49a9992d3ac8998a1e00385af51c054453364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:52:38 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v1.10.14 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34e78b9..0cb8e59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ops==2.9.0 requests==2.31.0 -pydantic==1.10.13 +pydantic==1.10.14 jinja2==3.1.3 python-dotenv==1.0.0