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 24 #516

Closed
wants to merge 11 commits into from
16 changes: 8 additions & 8 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.4.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given this is not a lockfile but rather dependency spec for the python package, this == style would make things worse.

#515

Not sure if this bot can be reconfigured to use >= instead

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
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
SpeechRecognition~=3.8.1
xlrd~=1.2.0
six==1.16.0
SpeechRecognition==3.10.4
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==7.3.7
sphinx_rtd_theme==2.0.0
sphinx-argparse==0.4.0