Skip to content

Commit

Permalink
build(deps): update lief requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [lief](https://github.com/lief-project/LIEF) to permit the latest version.
- [Release notes](https://github.com/lief-project/LIEF/releases)
- [Commits](lief-project/LIEF@0.13.2...0.16.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent f97b929 commit cdb0108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies = [
# Windows
"cabarchive>=0.2.4 ;sys_platform == 'win32'",
"cx_Logging>=3.1 ;sys_platform == 'win32'",
"lief>=0.13.2,<=0.16.3 ;sys_platform == 'win32'",
"lief>=0.13.2,<=0.16.4 ;sys_platform == 'win32'",
"striprtf>=0.0.26 ;sys_platform == 'win32'",
]
dynamic = ["version"]
Expand Down

0 comments on commit cdb0108

Please sign in to comment.