Skip to content

Commit

Permalink
chore: bump pyelftools to 0.30
Browse files Browse the repository at this point in the history
Signed-off-by: rishyak <[email protected]>
  • Loading branch information
rishyak committed Jan 15, 2024
1 parent baf6a30 commit 0651a77
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
Expand Up @@ -14,7 +14,7 @@ mbed-ls>=1.5.1,<2.0
mbed-host-tests>=1.4.4,<2.0
mbed-greentea>=0.2.24,<2.0
beautifulsoup4>=4,<=4.6.3
pyelftools>=0.27,<=0.28
pyelftools>=0.30
pycryptodome>=3.9.3,<4
pyusb>=1.0.0,<2.0.0
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
Expand Down
2 changes: 1 addition & 1 deletion tools/flash_algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from collections import namedtuple
from itertools import count

from elftools.common.py3compat import bytes2str
from elftools.common.utils import bytes2str
from elftools.elf.elffile import ELFFile
from elftools.elf.sections import SymbolTableSection

Expand Down

0 comments on commit 0651a77

Please sign in to comment.