From f798a8d956c1b23386e6ff11d268f54932c45a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:03:16 +0000 Subject: [PATCH] Bump platformdirs from 4.5.0 to 4.5.1 in the pip group Bumps the pip group with 1 update: [platformdirs](https://github.com/tox-dev/platformdirs). Updates `platformdirs` from 4.5.0 to 4.5.1 - [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.5.0...4.5.1) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2333a52..373c143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "colorama==0.4.6", "keyboard==0.13.5", "packaging==25.0", - "platformdirs==4.5.0", + "platformdirs==4.5.1", "pyserial==3.5", "python-socketio[asyncio_client]==5.15.0", "requests==2.32.5",