From 80133c83c00173383e065ce81a02d16953b262b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:04 -0600 Subject: [PATCH 01/12] Pin argcomplete to latest version 3.5.1 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1c200697..3be10800 100644 --- a/requirements/python +++ b/requirements/python @@ -1,7 +1,7 @@ # This file contains all python dependencies that are required by the textract # package in order for it to properly work. -argcomplete~=1.10.0 +argcomplete==3.5.1 beautifulsoup4~=4.8.0 chardet==3.* docx2txt~=0.8 From 1b51d39b03e7435ad3792ad61a4b529c51fbb0d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:04 -0600 Subject: [PATCH 02/12] Pin beautifulsoup4 to latest version 4.12.3 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 3be10800..6ae36f6d 100644 --- a/requirements/python +++ b/requirements/python @@ -2,7 +2,7 @@ # package in order for it to properly work. argcomplete==3.5.1 -beautifulsoup4~=4.8.0 +beautifulsoup4==4.12.3 chardet==3.* docx2txt~=0.8 extract-msg<=0.29.* #Last with python2 support From 37bd1cb5d6ccd84764f7d7f64988c87a30b7934a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:05 -0600 Subject: [PATCH 03/12] Update chardet from 3.* to 5.2.0 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 6ae36f6d..e821c4ee 100644 --- a/requirements/python +++ b/requirements/python @@ -3,7 +3,7 @@ argcomplete==3.5.1 beautifulsoup4==4.12.3 -chardet==3.* +chardet==5.2.0 docx2txt~=0.8 extract-msg<=0.29.* #Last with python2 support pdfminer.six==20191110 #Last with python2 support From 2fe1d354c008584f93ce490d5d0ee83550f1b866 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:05 -0600 Subject: [PATCH 04/12] Pin extract-msg to latest version 0.52.0 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index e821c4ee..b27e39b6 100644 --- a/requirements/python +++ b/requirements/python @@ -5,7 +5,7 @@ argcomplete==3.5.1 beautifulsoup4==4.12.3 chardet==5.2.0 docx2txt~=0.8 -extract-msg<=0.29.* #Last with python2 support +extract-msg==0.52.0 #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18 six~=1.12.0 From e707ba0cbff84ddf1ce8bd1c7111d6fc80fc3f2f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:06 -0600 Subject: [PATCH 05/12] Update pdfminer.six from 20191110 to 20240706 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index b27e39b6..e877e102 100644 --- a/requirements/python +++ b/requirements/python @@ -6,7 +6,7 @@ beautifulsoup4==4.12.3 chardet==5.2.0 docx2txt~=0.8 extract-msg==0.52.0 #Last with python2 support -pdfminer.six==20191110 #Last with python2 support +pdfminer.six==20240706 #Last with python2 support python-pptx~=0.6.18 six~=1.12.0 SpeechRecognition~=3.8.1 From c8f052a23a5bc6beeb60bdc00198b334d857c1e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:07 -0600 Subject: [PATCH 06/12] Pin python-pptx to latest version 1.0.2 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index e877e102..98f8420a 100644 --- a/requirements/python +++ b/requirements/python @@ -7,7 +7,7 @@ chardet==5.2.0 docx2txt~=0.8 extract-msg==0.52.0 #Last with python2 support pdfminer.six==20240706 #Last with python2 support -python-pptx~=0.6.18 +python-pptx==1.0.2 six~=1.12.0 SpeechRecognition~=3.8.1 xlrd~=1.2.0 From 41d38089ea224d520e89c1ce50f0ab82d965f48a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:07 -0600 Subject: [PATCH 07/12] Pin six to latest version 1.16.0 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 98f8420a..1dc6c7d5 100644 --- a/requirements/python +++ b/requirements/python @@ -8,6 +8,6 @@ docx2txt~=0.8 extract-msg==0.52.0 #Last with python2 support pdfminer.six==20240706 #Last with python2 support python-pptx==1.0.2 -six~=1.12.0 +six==1.16.0 SpeechRecognition~=3.8.1 xlrd~=1.2.0 From 9f3384ae87833fe9f8bb510f421944c757045d4a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:08 -0600 Subject: [PATCH 08/12] Pin speechrecognition to latest version 3.11.0 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1dc6c7d5..b9135ad2 100644 --- a/requirements/python +++ b/requirements/python @@ -9,5 +9,5 @@ extract-msg==0.52.0 #Last with python2 support pdfminer.six==20240706 #Last with python2 support python-pptx==1.0.2 six==1.16.0 -SpeechRecognition~=3.8.1 +SpeechRecognition==3.11.0 xlrd~=1.2.0 From 87080848c15b161ec5abd626513b672f7d6da2e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:08 -0600 Subject: [PATCH 09/12] Pin xlrd to latest version 2.0.1 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index b9135ad2..42ebf212 100644 --- a/requirements/python +++ b/requirements/python @@ -10,4 +10,4 @@ pdfminer.six==20240706 #Last with python2 support python-pptx==1.0.2 six==1.16.0 SpeechRecognition==3.11.0 -xlrd~=1.2.0 +xlrd==2.0.1 From 32d8ed8dab6b7a5a7d64dd59356b2b9a32f66ebf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:09 -0600 Subject: [PATCH 10/12] Update sphinx from 2.1.2 to 8.1.3 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index d8cd533c..48d5a2e2 100644 --- a/requirements/python-doc +++ b/requirements/python-doc @@ -1,5 +1,5 @@ # this only includes packages that are needed for documentation build. -sphinx==2.1.2 +sphinx==8.1.3 sphinx_rtd_theme==0.4.3 sphinx-argparse==0.2.5 From 353d7925912fdf6ddd8c5b06a3a353d6957cf5fd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:09 -0600 Subject: [PATCH 11/12] Update sphinx_rtd_theme from 0.4.3 to 3.0.2 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index 48d5a2e2..bebf62d2 100644 --- a/requirements/python-doc +++ b/requirements/python-doc @@ -1,5 +1,5 @@ # this only includes packages that are needed for documentation build. sphinx==8.1.3 -sphinx_rtd_theme==0.4.3 +sphinx_rtd_theme==3.0.2 sphinx-argparse==0.2.5 From 8eb3ad3c8215dc255785215000c804940c2f02b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 08:04:10 -0600 Subject: [PATCH 12/12] Update sphinx-argparse from 0.2.5 to 0.5.2 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index bebf62d2..6593f850 100644 --- a/requirements/python-doc +++ b/requirements/python-doc @@ -2,4 +2,4 @@ sphinx==8.1.3 sphinx_rtd_theme==3.0.2 -sphinx-argparse==0.2.5 +sphinx-argparse==0.5.2