BIOSUtilities v24.10.07

Downgraded pefile dependency from 2024.8.26 to 2023.2.7
This commit is contained in:
Plato Mavropoulos 2024-10-07 15:09:40 +03:00
parent eda154b0f2
commit bbf0008384
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
24.10.07
Downgraded pefile dependency from 2024.8.26 to 2023.2.7
24.10.06 24.10.06
Changed BIOSUtility.parse_format() to return a boolean Changed BIOSUtility.parse_format() to return a boolean

View file

@ -5,4 +5,4 @@
Copyright (C) 2018-2024 Plato Mavropoulos Copyright (C) 2018-2024 Plato Mavropoulos
""" """
__version__ = '24.10.06' __version__ = '24.10.07'

View file

@ -35,7 +35,7 @@ classifiers = [
[project.optional-dependencies] [project.optional-dependencies]
lznt1 = ["dissect.util == 3.18"] lznt1 = ["dissect.util == 3.18"]
pefile = ["pefile == 2024.8.26"] pefile = ["pefile == 2023.2.7"]
[project.urls] [project.urls]
Homepage = "https://github.com/platomav/BIOSUtilities" Homepage = "https://github.com/platomav/BIOSUtilities"

View file

@ -1,2 +1,2 @@
dissect.util==3.18 dissect.util==3.18
pefile==2024.8.26 pefile==2023.2.7