From 1c174a545ad1468408152e3f4770eea738aad1f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:36:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20platformdirs=20to?= =?UTF-8?q?=20v4.11.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d72fa92..214985c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ packages = ["src/pythonxbox"] [tool.hatch.envs.default] python = "3.13" dependencies = [ - "platformdirs==4.11.5", + "platformdirs==4.11.6", "cryptography==50.0.1", "httpx==0.28.1", "ms_cv==0.1.1",