From 4408c0e737207014604f4daeee11fd1bf873479e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:45:33 +0000 Subject: [PATCH] Bump platformdirs from 4.5.0 to 4.9.1 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.5.0 to 4.9.1. - [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.1) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.9.1 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..dc9fd01 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.1" ], platforms=["posix"], classifiers=[