From 652a805321cde24c1c8783a80e966a1245f7f2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:25:01 +0000 Subject: [PATCH] Bump platformdirs in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [platformdirs](https://github.com/platformdirs/platformdirs). Updates `platformdirs` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: platformdirs 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 7201726..c064bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ "aiohttp==3.9.5", - "platformdirs==4.2.0", + "platformdirs==4.2.1", "pyserial==3.5", "python-socketio==5.11.2", "pythonnet==3.0.3",