From 70f5d7c27367bd64e84e9b6f00e5b607c63df96a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:02:24 +0000 Subject: [PATCH] Update dependency platformdirs to v4.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831df60..e1af4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" packaging==24.0 ; python_version >= "3.10" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0" -platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0" +platformdirs==4.3.2 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0" pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0"