From 025f0ec67af9df6ee6e145ca5c01764f3e612a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:29:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20platformdirs=20to?= =?UTF-8?q?=20v4.11.2?= 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 6aad7af..c116ed9 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.1", + "platformdirs==4.11.2", "cryptography==50.0.0", "httpx==0.28.1", "ms_cv==0.1.1",