Skip to content

Commit 2f1bdc0

Browse files
authored
Merge pull request #2654 from Trusted-AI/dependabot/pip/lief-0.16.6
Bump lief from 0.15.1 to 0.16.6
2 parents 6c43187 + 2fe2614 commit 2f1bdc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

art/attacks/evasion/pe_malware_attack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ def insert_section(
752752
lief.PE.SECTION_TYPES.RELOCATION,
753753
lief.PE.SECTION_TYPES.RESOURCE,
754754
lief.PE.SECTION_TYPES.TEXT,
755-
lief.PE.SECTION_TYPES.TLS_,
756755
lief.PE.SECTION_TYPES.UNKNOWN,
757756
]
758757
),

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xgboost==2.1.4
4646

4747
kornia~=0.8.1
4848
tensorboardX==2.6.2.2
49-
lief==0.15.1
49+
lief==0.16.6
5050
jax[cpu]==0.4.30
5151

5252
# lingvo==0.13.1

0 commit comments

Comments
 (0)