From c9e42bb005df19f1989dd8c09d437b99f9b7817d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:26:20 +0000 Subject: [PATCH] Update dependency platformdirs to v4.3.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..aae3e2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ msgspec==0.18.6 ; 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.4 ; python_version >= "3.10" and python_version < "4.0" ply==3.11 ; 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"