From 2e7bb375eb77f77c01d1e4bda88197a2fd67c1b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:00:50 +0000 Subject: [PATCH] chore(deps): update dependency platformdirs to v4.3.6 --- 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 8a2e3797cbe..fca7b723773 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.2.2 +platformdirs==4.3.6 userpath==1.9.2