From b68a07a7fbbc33fda1f5a6c96f7423194c52e2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:09:36 -0400 Subject: [PATCH] chore: Bump pythonnet from 3.0.2 to 3.0.3 (#315) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d5b54c99..527f3e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # _cslib -pythonnet==3.0.2 +pythonnet==3.0.3 typing_extensions>=4.0.0 diff --git a/setup.py b/setup.py index 8ffe9d2c..24934b76 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ }, python_requires=">=3.7", install_requires=[ - 'pythonnet==3.0.2', + 'pythonnet==3.0.3', 'typing_extensions>=4.0.0', ], )