From 14c7e80a63ff571ec7394ff543c3294cdeec7b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:01:04 +0000 Subject: [PATCH] [python]: Update platformdirs requirement 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/3.0.0...4.9.6) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.9.6 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 bbc7131..f245526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "cachecontrol[filecache] >= 0.12, < 0.15", "click >= 8.0", - "platformdirs >= 3.0, < 5.0", + "platformdirs >= 4.9.6, < 5.0", "requests ~= 2.20", ]