From bbf0008384234b6dce95195fc8e72e12b967266b Mon Sep 17 00:00:00 2001 From: Plato Mavropoulos Date: Mon, 7 Oct 2024 15:09:40 +0300 Subject: [PATCH] BIOSUtilities v24.10.07 Downgraded pefile dependency from 2024.8.26 to 2023.2.7 --- CHANGELOG | 4 ++++ biosutilities/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 65847bc..78c8990 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +24.10.07 + +Downgraded pefile dependency from 2024.8.26 to 2023.2.7 + 24.10.06 Changed BIOSUtility.parse_format() to return a boolean diff --git a/biosutilities/__init__.py b/biosutilities/__init__.py index 5e8f26a..637cbc2 100644 --- a/biosutilities/__init__.py +++ b/biosutilities/__init__.py @@ -5,4 +5,4 @@ Copyright (C) 2018-2024 Plato Mavropoulos """ -__version__ = '24.10.06' +__version__ = '24.10.07' diff --git a/pyproject.toml b/pyproject.toml index 3c50074..165fde6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ [project.optional-dependencies] lznt1 = ["dissect.util == 3.18"] -pefile = ["pefile == 2024.8.26"] +pefile = ["pefile == 2023.2.7"] [project.urls] Homepage = "https://github.com/platomav/BIOSUtilities" diff --git a/requirements.txt b/requirements.txt index ab8b53e..5e1841f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ dissect.util==3.18 -pefile==2024.8.26 +pefile==2023.2.7