From f38ebb2e37e1892d3819ced96888804920453200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:47:05 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [platformdirs](https://github.com/tox-dev/platformdirs) and [pythonnet](https://github.com/pythonnet/pythonnet). Updates `platformdirs` from 4.3.3 to 4.3.6 - [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.3...4.3.6) Updates `pythonnet` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pythonnet/pythonnet/releases) - [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/pythonnet/pythonnet/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pythonnet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb661cc..848501f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,10 +32,10 @@ classifiers = [ dependencies = [ "aiohttp==3.10.5", "colorama==0.4.6", - "platformdirs==4.3.3", + "platformdirs==4.3.6", "pyserial==3.5", "python-socketio[asyncio_client]==5.11.4", - "pythonnet==3.0.3", + "pythonnet==3.0.4", "requests==2.32.3", "sensapex==1.400.1", "rich==13.8.1",