Skip to content

Commit

Permalink
chore: Bump pythonnet from 3.0.2 to 3.0.3 (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 9da2878 commit b68a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# _cslib
pythonnet==3.0.2
pythonnet==3.0.3
typing_extensions>=4.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
python_requires=">=3.7",
install_requires=[
'pythonnet==3.0.2',
'pythonnet==3.0.3',
'typing_extensions>=4.0.0',
],
)

0 comments on commit b68a07a

Please sign in to comment.