From e4d2a7a378d4f7110d88d4133ad55267206ddb86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:58:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20platformdirs=20to?= =?UTF-8?q?=20v4.11.0?= 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 82ca66b..388e037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ packages = ["src/pythonxbox"] [tool.hatch.envs.default] python = "3.13" dependencies = [ - "platformdirs==4.10.1", + "platformdirs==4.11.0", "cryptography==49.0.0", "httpx==0.28.1", "ms_cv==0.1.1",