From 671d7af01219b1b96e8280dff730047b89a24405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:32:14 +0000 Subject: [PATCH] Bump pythonnet from 3.0.2 to 3.0.3 (#245) Bumps [pythonnet](https://github.com/pythonnet/pythonnet) from 3.0.2 to 3.0.3. - [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.2...v3.0.3) --- updated-dependencies: - dependency-name: pythonnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 213d560..d30f8c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "aiohttp==3.8.6", "pyserial==3.5", "python-socketio==5.10.0", - "pythonnet==3.0.2", + "pythonnet==3.0.3", "wheel==0.41.2", "sensapex==1.400.0", ]