From 92eaf5f56722093a75eb57739bc4670368688a65 Mon Sep 17 00:00:00 2001 From: coldsofttech <161084795+coldsofttech@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:52:46 +0100 Subject: [PATCH] Fixed CVE-2024-6345 --- CHANGELOG.md | 3 ++- requirements.txt | 2 +- src/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f0458..2ff2fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Version History -- 0.1.2: Updated Pipeline To Support Multi-OS & Added Support for PyPI Release (latest) +- 0.1.3: Fixed CVE-2024-6345 (latest) +- 0.1.2: Updated Pipeline To Support Multi-OS & Added Support for PyPI Release - 0.1.1: Introduced Linting - 0.1.0: Initial Release \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 90ddac6..f92e46b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pym3u8downloader pytest~=7.4.0 -setuptools~=69.2.0 +setuptools~=72.1.0 requests~=2.31.0 \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py index abee4c3..ba1f7e5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -40,7 +40,7 @@ class Constants: """This class holds all the constant values used in the application""" APP_TITLE = 'M3U8 Downloader' # Title of the application - APP_VERSION = '0.1.2' # Version of the application + APP_VERSION = '0.1.3' # Version of the application APP_PACKAGE_NAME = 'pym3u8downloaderui' # Package name of the application APP_PACKAGE_DESCRIPTION = """ M3U8 Downloader UI is a Python-based graphical user interface (GUI) application designed