From 993ea5bbc6bc214c7085bf8ce2e34d8edbf6cd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:34:18 +0000 Subject: [PATCH] deps: update platformdirs requirement from >=4.11.0 to >=4.11.2 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.11.0...4.11.2) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.11.2 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 d913cef..2b202d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ dependencies = [ "pillow>=12.3.0", "pyyaml>=6.0.3", - "platformdirs>=4.11.0", + "platformdirs>=4.11.2", "defusedxml>=0.7.1", "resvg @ git+https://github.com/graphras-com/resvg-py.git@main", ]