From e031f6ceeb068cc5ff89fb3289428aa759e2d266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:10:03 +0000 Subject: [PATCH] Update dependency platformdirs to v4.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4548994..52d9e8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mccabe==0.7.0 ; python_version >= "3.12" and python_version < "4.0" mypy-extensions==1.1.0 ; python_version >= "3.12" and python_version < "4.0" packaging==25.0 ; python_version >= "3.12" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4.0" -platformdirs==4.3.8 ; python_version >= "3.12" and python_version < "4.0" +platformdirs==4.5.1 ; python_version >= "3.12" and python_version < "4.0" pluggy==1.6.0 ; python_version >= "3.12" and python_version < "4.0" ply==3.11 ; python_version >= "3.12" and python_version < "4.0" pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0"