[ADD] poetry update with new package pdfminer.six

This commit is contained in:
Mathieu Benoit 2026-02-04 13:28:03 -05:00
parent 11d2547d8f
commit 9394a957e5
4 changed files with 546 additions and 555 deletions

View file

@ -16,3 +16,6 @@ pypiwin32
cadquery cadquery
pymysql pymysql
pymssql pymssql
# Conflict with pdfminer.six
pdfminer

File diff suppressed because it is too large Load diff

View file

@ -30,8 +30,8 @@ bandit = "^1.9.3"
base64io = "^1.0.3" base64io = "^1.0.3"
beautifulsoup4 = "4.13.5" beautifulsoup4 = "4.13.5"
bokeh = "3.6.3" bokeh = "3.6.3"
boto3 = "^1.42.34" boto3 = "^1.42.41"
cachetools = "^6.2.4" cachetools = "^7.0.0"
cairosvg = "^2.8.2" cairosvg = "^2.8.2"
caldav = "1.3.9" caldav = "1.3.9"
cbor2 = "5.6.2" cbor2 = "5.6.2"
@ -41,9 +41,9 @@ code-writer = "^1.3.0"
colorama = "^0.4.6" colorama = "^0.4.6"
contextvars = "^2.4" contextvars = "^2.4"
cryptography = "46.0.3" cryptography = "46.0.3"
cssselect = "^1.3.0" cssselect = "^1.4.0"
cython = "^3.2.4" cython = "^3.2.4"
dateparser = "^1.2.2" dateparser = "^1.3.0"
decorator = "5.1.1" decorator = "5.1.1"
dnspython = "^2.8.0" dnspython = "^2.8.0"
docutils = "0.20.1" docutils = "0.20.1"
@ -99,7 +99,7 @@ oauthlib = "^3.3.1"
odoorpc = "^0.10.1" odoorpc = "^0.10.1"
ofxparse = "0.21" ofxparse = "0.21"
ollama = "^0.6.1" ollama = "^0.6.1"
openai = "^2.15.0" openai = "^2.16.0"
openpyxl = "3.1.2" openpyxl = "3.1.2"
openupgradelib = "^3.12.0" openupgradelib = "^3.12.0"
openwebui-client = ">=0.3.0" openwebui-client = ">=0.3.0"
@ -108,13 +108,13 @@ pandas = ">=0.25.3"
paramiko = "<4.0.0" paramiko = "<4.0.0"
parse-accept-language = "^0.1.2" parse-accept-language = "^0.1.2"
passlib = "1.7.4" passlib = "1.7.4"
pathspec = "^1.0.3" pathspec = "^1.0.4"
pdf2image = "^1.17.0" pdf2image = "^1.17.0"
pdfminer = "^20191125" pdfminer-six = "20260107"
pexpect = "^4.9.0" pexpect = "^4.9.0"
phonenumbers = "^9.0.22" phonenumbers = "^9.0.23"
pillow = "12.0.0" pillow = "12.0.0"
plaid-python = "^38.0.0" plaid-python = "^38.1.0"
plotly = "^6.5.2" plotly = "^6.5.2"
polib = "1.1.1" polib = "1.1.1"
pre-commit = "^4.5.1" pre-commit = "^4.5.1"
@ -132,7 +132,7 @@ pydevd-odoo = "^1.2.2"
pyftpdlib = "^2.1.0" pyftpdlib = "^2.1.0"
pygithub = "^2.8.1" pygithub = "^2.8.1"
pyjsparser = "^2.7.1" pyjsparser = "^2.7.1"
pyjwt = "^2.10.1" pyjwt = "^2.11.0"
pylint = "^4.0.4" pylint = "^4.0.4"
pylint-odoo = "^10.0.0" pylint-odoo = "^10.0.0"
pymupdf = "^1.26.7" pymupdf = "^1.26.7"
@ -151,7 +151,7 @@ python-dotenv = ">=1.0.0"
python-jose = "^3.5.0" python-jose = "^3.5.0"
python-json-logger = "^4.0.0" python-json-logger = "^4.0.0"
python-ldap = "3.4.4" python-ldap = "3.4.4"
python-multipart = "^0.0.21" python-multipart = "^0.0.22"
python-pptx = "^1.0.2" python-pptx = "^1.0.2"
python-resize-image = "^1.1.20" python-resize-image = "^1.1.20"
python-slugify = "^8.0.4" python-slugify = "^8.0.4"
@ -168,7 +168,7 @@ radon = "^6.0.1"
redis = "^7.1.0" redis = "^7.1.0"
regex = "^2026.1.15" regex = "^2026.1.15"
reportlab = "4.1.0" reportlab = "4.1.0"
requests = ">=2.31.0" requests = "2.31.0"
requests-oauthlib = "^2.0.0" requests-oauthlib = "^2.0.0"
requests-toolbelt = "^1.0.0" requests-toolbelt = "^1.0.0"
responses = "^0.25.8" responses = "^0.25.8"
@ -191,7 +191,7 @@ uvloop = "^0.22.1"
validate-email = "^1.3" validate-email = "^1.3"
validator-collection = "^1.5.0" validator-collection = "^1.5.0"
vobject = "0.9.6.1" vobject = "0.9.6.1"
w3lib = "^2.3.1" w3lib = "^2.4.0"
werkzeug = "3.0.1" werkzeug = "3.0.1"
wget = "^3.2" wget = "^3.2"
xlrd = "2.0.1" xlrd = "2.0.1"

View file

@ -38,7 +38,8 @@ pre-commit
#hubspot-api-client==10.0.0 #hubspot-api-client==10.0.0
# Optional Odoo # Optional Odoo
pdfminer #pdfminer
pdfminer.six==20260107
# Optional PyDev # Optional PyDev
pydevd-odoo pydevd-odoo