Skip to content

Commit

Permalink
⬆️ Update pythonnet requirement from ~=3.0.2 to ~=3.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [pythonnet](https://github.com/pythonnet/pythonnet) to permit the latest version.
- [Release notes](https://github.com/pythonnet/pythonnet/releases)
- [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md)
- [Commits](pythonnet/pythonnet@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: pythonnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent cf80e1b commit d6a0d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pyamdgpuinfo~=2.1.5; sys_platform=="linux" and python_version <= "3.11"
pyadl~=0.1; sys_platform=="win32"

# Following packages are for LibreHardwareMonitor integration on Windows
pythonnet~=3.0.2; sys_platform=="win32"
pythonnet~=3.0.3; sys_platform=="win32"
pywin32>=306; sys_platform=="win32"

0 comments on commit d6a0d34

Please sign in to comment.