Bump versions of mammoth and pdfminer.six (#1492)

* Updated pyproject to require a minimum version of pdfminer.six to ensure CVE-2025-64512 is patched.
This commit is contained in:
afourney
2025-12-01 10:11:24 -08:00
committed by GitHub
parent 3d4fe3cdcc
commit dde250a456
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ all = [
"openpyxl",
"xlrd",
"lxml",
"pdfminer.six",
"pdfminer.six>=20251107",
"olefile",
"pydub",
"SpeechRecognition",
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.3"
__version__ = "0.1.4"