From a0e73a041074d8f6278e806250c2540d00bcb534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:09:23 +0000 Subject: [PATCH] chore(deps): bump platformdirs from 4.5.1 to 4.10.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.5.1 to 4.10.0. - [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.1...4.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8897e9b1..d5f635f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "docutils==0.22.3", "numpy==2.4.6", "PyQt5==5.15.11", - "platformdirs==4.5.1", + "platformdirs==4.10.0", "pyrr==0.10.3", "pyinstaller==6.17.0" ]