From 7aa366ff9d18bf5dde8a164c7abee52d4be317d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:04:45 +0000 Subject: [PATCH] Update platformdirs requirement from ~=4.10.0 to ~=4.11.3 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.10.0...4.11.3) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.11.3 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 d7793e860a..d48f841e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "testbook>=0.4", "pytest-cov>=3.0.0", "pytest-xdist>=2.5.0", - "platformdirs~=4.10.0", + "platformdirs~=4.11.3", "filelock", "process[examples]" ]