From 9d96f520ca767e9db171a03e87006002ca343722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 01:45:54 +0000 Subject: [PATCH] Bump platformdirs from 4.5.0 to 4.9.2 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.5.0 to 4.9.2. - [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.5.0...4.9.2) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cabac5..910e341 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def long_description(): "validator-collection==1.5.0", "colorlog==6.10.1", "packaging==25.0", - "platformdirs==4.5.0" + "platformdirs==4.9.2" ], platforms=["posix"], classifiers=[