Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled biweekly dependency update for week 44 #537

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
18 changes: 9 additions & 9 deletions requirements/python
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This file contains all python dependencies that are required by the textract
# package in order for it to properly work.

argcomplete~=1.10.0
beautifulsoup4~=4.8.0
chardet==3.*
argcomplete==3.5.1
beautifulsoup4==4.12.3
chardet==5.2.0
docx2txt~=0.8
extract-msg<=0.29.* #Last with python2 support
pdfminer.six==20191110 #Last with python2 support
python-pptx~=0.6.18
six~=1.12.0
SpeechRecognition~=3.8.1
xlrd~=1.2.0
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.11.0
xlrd==2.0.1
6 changes: 3 additions & 3 deletions requirements/python-doc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this only includes packages that are needed for documentation build.

sphinx==2.1.2
sphinx_rtd_theme==0.4.3
sphinx-argparse==0.2.5
sphinx==8.1.3
sphinx_rtd_theme==3.0.1
sphinx-argparse==0.5.2