From 94f77d0759e01860b8eb2ddacbe8e9768f2aa2ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:21:08 +0200 Subject: [PATCH] chore(deps): update dependency pydantic to v1.10.17 (#304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 336581e78..9b56a5a26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pylxd @ git+https://github.com/canonical/pylxd requests typing-extensions cryptography <=42.0.5 -pydantic ==1.10.16 +pydantic ==1.10.17 cosl ==0.0.12 # juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2 PyYAML ==6.0.*