[ADD] poetry update with new package pdfminer.six
This commit is contained in:
parent
11d2547d8f
commit
9394a957e5
4 changed files with 546 additions and 555 deletions
|
|
@ -16,3 +16,6 @@ pypiwin32
|
|||
cadquery
|
||||
pymysql
|
||||
pymssql
|
||||
|
||||
# Conflict with pdfminer.six
|
||||
pdfminer
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -30,8 +30,8 @@ bandit = "^1.9.3"
|
|||
base64io = "^1.0.3"
|
||||
beautifulsoup4 = "4.13.5"
|
||||
bokeh = "3.6.3"
|
||||
boto3 = "^1.42.34"
|
||||
cachetools = "^6.2.4"
|
||||
boto3 = "^1.42.41"
|
||||
cachetools = "^7.0.0"
|
||||
cairosvg = "^2.8.2"
|
||||
caldav = "1.3.9"
|
||||
cbor2 = "5.6.2"
|
||||
|
|
@ -41,9 +41,9 @@ code-writer = "^1.3.0"
|
|||
colorama = "^0.4.6"
|
||||
contextvars = "^2.4"
|
||||
cryptography = "46.0.3"
|
||||
cssselect = "^1.3.0"
|
||||
cssselect = "^1.4.0"
|
||||
cython = "^3.2.4"
|
||||
dateparser = "^1.2.2"
|
||||
dateparser = "^1.3.0"
|
||||
decorator = "5.1.1"
|
||||
dnspython = "^2.8.0"
|
||||
docutils = "0.20.1"
|
||||
|
|
@ -99,7 +99,7 @@ oauthlib = "^3.3.1"
|
|||
odoorpc = "^0.10.1"
|
||||
ofxparse = "0.21"
|
||||
ollama = "^0.6.1"
|
||||
openai = "^2.15.0"
|
||||
openai = "^2.16.0"
|
||||
openpyxl = "3.1.2"
|
||||
openupgradelib = "^3.12.0"
|
||||
openwebui-client = ">=0.3.0"
|
||||
|
|
@ -108,13 +108,13 @@ pandas = ">=0.25.3"
|
|||
paramiko = "<4.0.0"
|
||||
parse-accept-language = "^0.1.2"
|
||||
passlib = "1.7.4"
|
||||
pathspec = "^1.0.3"
|
||||
pathspec = "^1.0.4"
|
||||
pdf2image = "^1.17.0"
|
||||
pdfminer = "^20191125"
|
||||
pdfminer-six = "20260107"
|
||||
pexpect = "^4.9.0"
|
||||
phonenumbers = "^9.0.22"
|
||||
phonenumbers = "^9.0.23"
|
||||
pillow = "12.0.0"
|
||||
plaid-python = "^38.0.0"
|
||||
plaid-python = "^38.1.0"
|
||||
plotly = "^6.5.2"
|
||||
polib = "1.1.1"
|
||||
pre-commit = "^4.5.1"
|
||||
|
|
@ -132,7 +132,7 @@ pydevd-odoo = "^1.2.2"
|
|||
pyftpdlib = "^2.1.0"
|
||||
pygithub = "^2.8.1"
|
||||
pyjsparser = "^2.7.1"
|
||||
pyjwt = "^2.10.1"
|
||||
pyjwt = "^2.11.0"
|
||||
pylint = "^4.0.4"
|
||||
pylint-odoo = "^10.0.0"
|
||||
pymupdf = "^1.26.7"
|
||||
|
|
@ -151,7 +151,7 @@ python-dotenv = ">=1.0.0"
|
|||
python-jose = "^3.5.0"
|
||||
python-json-logger = "^4.0.0"
|
||||
python-ldap = "3.4.4"
|
||||
python-multipart = "^0.0.21"
|
||||
python-multipart = "^0.0.22"
|
||||
python-pptx = "^1.0.2"
|
||||
python-resize-image = "^1.1.20"
|
||||
python-slugify = "^8.0.4"
|
||||
|
|
@ -168,7 +168,7 @@ radon = "^6.0.1"
|
|||
redis = "^7.1.0"
|
||||
regex = "^2026.1.15"
|
||||
reportlab = "4.1.0"
|
||||
requests = ">=2.31.0"
|
||||
requests = "2.31.0"
|
||||
requests-oauthlib = "^2.0.0"
|
||||
requests-toolbelt = "^1.0.0"
|
||||
responses = "^0.25.8"
|
||||
|
|
@ -191,7 +191,7 @@ uvloop = "^0.22.1"
|
|||
validate-email = "^1.3"
|
||||
validator-collection = "^1.5.0"
|
||||
vobject = "0.9.6.1"
|
||||
w3lib = "^2.3.1"
|
||||
w3lib = "^2.4.0"
|
||||
werkzeug = "3.0.1"
|
||||
wget = "^3.2"
|
||||
xlrd = "2.0.1"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ pre-commit
|
|||
#hubspot-api-client==10.0.0
|
||||
|
||||
# Optional Odoo
|
||||
pdfminer
|
||||
#pdfminer
|
||||
pdfminer.six==20260107
|
||||
|
||||
# Optional PyDev
|
||||
pydevd-odoo
|
||||
|
|
|
|||
Loading…
Reference in a new issue