From 13034b3b4c0748eab904f81bf26b758cddb70800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:24:36 +0000 Subject: [PATCH] Update platformdirs requirement from ~=4.5.0 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.5.0...4.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db9ff194e..3aa14568e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "testbook>=0.4", "pytest-cov>=3.0.0", "pytest-xdist>=2.5.0", - "platformdirs~=4.5.0", + "platformdirs~=4.10.0", "filelock", "process[examples]" ]