From dd86bfa494aa2a166458f974deee9e3538de526b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:38:17 +0000 Subject: [PATCH] chore(deps): update dependency platformdirs to v4.3.3 --- playground/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/python/requirements.txt b/playground/python/requirements.txt index afa65267bf..27630cc5ff 100644 --- a/playground/python/requirements.txt +++ b/playground/python/requirements.txt @@ -2,5 +2,5 @@ argcomplete==3.5.0 click==8.1.7 packaging==24.1 pipx==1.7.1 -platformdirs==4.3.2 +platformdirs==4.3.3 userpath==1.9.2