From a28ab84c23615707101dae5ed1ae665c75420d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:48:31 +0000 Subject: [PATCH] chore(deps): update platformdirs requirement from >=4.9.6 to >=4.10.0 Updates the requirements on [platformdirs](https://github.com/tox-dev/platformdirs) to permit the latest version. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eeee5b..ca1f79b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "colorama>=0.4.6", "json5>=0.14.0", "loguru>=0.7.3", - "platformdirs>=4.9.6", + "platformdirs>=4.10.0", "psutil>=7.2.2", "readchar>=4.2.2", ]