From 3443b89fb61887bb78d0a457f4a2cee9abfd2021 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:11 -0500 Subject: [PATCH 01/11] Pin argcomplete to latest version 3.4.0 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1c200697..2ba9366d 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.4.0 beautifulsoup4~=4.8.0 chardet==3.* docx2txt~=0.8 From 2381869db28920bb98a7d6e61c91ea09322479b7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:11 -0500 Subject: [PATCH 02/11] 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 2ba9366d..b3a3bee3 100644 --- a/requirements/python +++ b/requirements/python @@ -2,7 +2,7 @@ # package in order for it to properly work. argcomplete==3.4.0 -beautifulsoup4~=4.8.0 +beautifulsoup4==4.12.3 chardet==3.* docx2txt~=0.8 extract-msg<=0.29.* #Last with python2 support From 7e8c54d4285712c2a1a629085da1f30cc0b20601 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:12 -0500 Subject: [PATCH 03/11] 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 b3a3bee3..1a29ef4e 100644 --- a/requirements/python +++ b/requirements/python @@ -3,7 +3,7 @@ argcomplete==3.4.0 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 f0ca3f0d8f4f005742e4c2f58434cde1af3980f8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:12 -0500 Subject: [PATCH 04/11] Pin extract-msg to latest version 0.48.5 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1a29ef4e..a26e42f7 100644 --- a/requirements/python +++ b/requirements/python @@ -5,7 +5,7 @@ argcomplete==3.4.0 beautifulsoup4==4.12.3 chardet==5.2.0 docx2txt~=0.8 -extract-msg<=0.29.* #Last with python2 support +extract-msg==0.48.5 #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18 six~=1.12.0 From 1a2b7fee0561d3baca54c7ee48bf8e25875e2f1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:13 -0500 Subject: [PATCH 05/11] Update pdfminer.six from 20191110 to 20231228 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index a26e42f7..f051d446 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.48.5 #Last with python2 support -pdfminer.six==20191110 #Last with python2 support +pdfminer.six==20231228 #Last with python2 support python-pptx~=0.6.18 six~=1.12.0 SpeechRecognition~=3.8.1 From eb4abc64d0d3871538d6d55701fef7f923994898 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:13 -0500 Subject: [PATCH 06/11] 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 f051d446..8c38bb02 100644 --- a/requirements/python +++ b/requirements/python @@ -8,6 +8,6 @@ docx2txt~=0.8 extract-msg==0.48.5 #Last with python2 support pdfminer.six==20231228 #Last with python2 support python-pptx~=0.6.18 -six~=1.12.0 +six==1.16.0 SpeechRecognition~=3.8.1 xlrd~=1.2.0 From 81283d365ed154c1e6da1a61bc416525a3da4dbc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:14 -0500 Subject: [PATCH 07/11] Pin speechrecognition to latest version 3.10.4 --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 8c38bb02..fa59be64 100644 --- a/requirements/python +++ b/requirements/python @@ -9,5 +9,5 @@ extract-msg==0.48.5 #Last with python2 support pdfminer.six==20231228 #Last with python2 support python-pptx~=0.6.18 six==1.16.0 -SpeechRecognition~=3.8.1 +SpeechRecognition==3.10.4 xlrd~=1.2.0 From e697eb93b01960627778baebf20650c4cc50ed1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:14 -0500 Subject: [PATCH 08/11] 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 fa59be64..44cd07f7 100644 --- a/requirements/python +++ b/requirements/python @@ -10,4 +10,4 @@ pdfminer.six==20231228 #Last with python2 support python-pptx~=0.6.18 six==1.16.0 SpeechRecognition==3.10.4 -xlrd~=1.2.0 +xlrd==2.0.1 From ff2284dca1456e3c7c40f607cb485d6de8833494 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:15 -0500 Subject: [PATCH 09/11] Update sphinx from 2.1.2 to 7.3.7 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index d8cd533c..7463cac2 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==7.3.7 sphinx_rtd_theme==0.4.3 sphinx-argparse==0.2.5 From 8ba256de66767df3dad737d54217a6fddadf5841 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:15 -0500 Subject: [PATCH 10/11] Update sphinx_rtd_theme from 0.4.3 to 2.0.0 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index 7463cac2..855a1a2c 100644 --- a/requirements/python-doc +++ b/requirements/python-doc @@ -1,5 +1,5 @@ # this only includes packages that are needed for documentation build. sphinx==7.3.7 -sphinx_rtd_theme==0.4.3 +sphinx_rtd_theme==2.0.0 sphinx-argparse==0.2.5 From ec91de4fc4e325a569f31771aafae7cc2a0d1579 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2024 09:04:16 -0500 Subject: [PATCH 11/11] Update sphinx-argparse from 0.2.5 to 0.4.0 --- requirements/python-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-doc b/requirements/python-doc index 855a1a2c..c3eb221f 100644 --- a/requirements/python-doc +++ b/requirements/python-doc @@ -2,4 +2,4 @@ sphinx==7.3.7 sphinx_rtd_theme==2.0.0 -sphinx-argparse==0.2.5 +sphinx-argparse==0.4.0