From acca0411ba8170acee8dcc0ee685db30b69bf1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:35:48 +0000 Subject: [PATCH] Bump platformdirs from 4.3.7 to 4.4.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.7 to 4.4.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.7...4.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.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 b8aca33..29d6e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "textual==3.1.0", "pygithub==2.6.1", "pyyaml==6.0.2", - "platformdirs==4.3.7", + "platformdirs==4.4.0", "babel==2.17.0", ]