From 38f24f1c24cea7e7e09943c22cef3bcb9bb7df11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:05:53 +0000 Subject: [PATCH] Bump platformdirs from 4.4.0 to 4.5.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.4.0 to 4.5.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.4.0...4.5.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.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 34acf73..9e521b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "textual==6.1.0", "pygithub==2.8.1", "pyyaml==6.0.2", - "platformdirs==4.4.0", + "platformdirs==4.5.0", "babel==2.17.0", ]