[UPD] poetry update odoo 18 security
This commit is contained in:
parent
cf3d69b7b0
commit
542c5a6c78
3 changed files with 738 additions and 564 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -33,8 +33,8 @@ beautifulsoup4 = "4.13.5"
|
|||
bokeh = "3.6.3"
|
||||
boto3 = "1.42.42"
|
||||
botocore = "1.42.42"
|
||||
cachetools = "^7.0.3"
|
||||
cairosvg = "^2.8.2"
|
||||
cachetools = "^7.0.5"
|
||||
cairosvg = "^2.9.0"
|
||||
caldav = "1.3.9"
|
||||
cbor2 = "5.6.2"
|
||||
cerberus = "^1.3.8"
|
||||
|
|
@ -57,11 +57,12 @@ extendable-pydantic = ">=1.2.0"
|
|||
extract-msg = "^0.55.0"
|
||||
extruct = "^0.18.0"
|
||||
ezdxf = "^1.4.3"
|
||||
factur-x = "^3.15"
|
||||
factur-x = "^3.16"
|
||||
fastapi = ">=0.110.0"
|
||||
filetype = "^1.2.0"
|
||||
flake8 = "^7.3.0"
|
||||
formio-data = "^2.1.6"
|
||||
flanker = "^0.9.11"
|
||||
formio-data = "^2.1.7"
|
||||
freezegun = "1.2.1"
|
||||
geocoder = "^1.38.1"
|
||||
geoip2 = "2.9.0"
|
||||
|
|
@ -101,10 +102,11 @@ oauthlib = "^3.3.1"
|
|||
odoorpc = "^0.10.1"
|
||||
ofxparse = "0.21"
|
||||
ollama = "^0.6.1"
|
||||
openai = "^2.26.0"
|
||||
openai = "^2.28.0"
|
||||
openpyxl = "3.1.2"
|
||||
openupgradelib = "^3.12.0"
|
||||
openwebui-client = ">=0.3.0"
|
||||
orjson = "^3.11.7"
|
||||
ovh = "^1.2.0"
|
||||
pandas = "2.3.3"
|
||||
paramiko = "<4.0.0"
|
||||
|
|
@ -114,7 +116,7 @@ pathspec = "^1.0.4"
|
|||
pdf2image = "^1.17.0"
|
||||
pdfminer-six = "20260107"
|
||||
pexpect = "^4.9.0"
|
||||
phonenumbers = "^9.0.25"
|
||||
phonenumbers = "^9.0.26"
|
||||
pillow = "12.1.1"
|
||||
plaid-python = "^38.4.0"
|
||||
plotly = "^6.6.0"
|
||||
|
|
@ -134,12 +136,12 @@ pydevd-odoo = "^1.2.2"
|
|||
pyftpdlib = "^2.2.0"
|
||||
pygithub = "^2.8.1"
|
||||
pyjsparser = "^2.7.1"
|
||||
pyjwt = "^2.11.0"
|
||||
pyjwt = "^2.12.1"
|
||||
pylint = "^4.0.5"
|
||||
pylint-odoo = "^10.0.1"
|
||||
pymupdf = "^1.27.1"
|
||||
pylint-odoo = "^10.0.2"
|
||||
pymupdf = "^1.27.2"
|
||||
pyncclient = "^0.7"
|
||||
pyopenssl = "25.3.0"
|
||||
pyopenssl = "26.0.0"
|
||||
pypdf = ">=3.1.0"
|
||||
pypdf2 = "2.12.1"
|
||||
pyproj = "^3.7.2"
|
||||
|
|
@ -158,7 +160,7 @@ python-pptx = "^1.0.2"
|
|||
python-resize-image = "^1.1.20"
|
||||
python-slugify = "^8.0.4"
|
||||
python-stdnum = "1.19"
|
||||
python-telegram-bot = "^22.6"
|
||||
python-telegram-bot = "^22.7"
|
||||
pytz = "^2026.1.post1"
|
||||
pyusb = "1.2.1"
|
||||
pyyaml = "^6.0.3"
|
||||
|
|
@ -185,9 +187,9 @@ sqlalchemy = "^2.0.48"
|
|||
statsd = "^4.0.1"
|
||||
tldextract = "^5.3.1"
|
||||
tweepy = "^4.16.0"
|
||||
twilio = "^9.10.2"
|
||||
twilio = "^9.10.3"
|
||||
typing-extensions = "^4.15.0"
|
||||
ujson = "^5.11.0"
|
||||
ujson = "^5.12.0"
|
||||
unidecode = "^1.4.0"
|
||||
urllib3 = "2.0.7"
|
||||
uvloop = "^0.22.1"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ isort==7.0.0
|
|||
|
||||
# Fix some OS
|
||||
cryptography==46.0.5
|
||||
pyopenssl==25.3.0
|
||||
pyopenssl==26.0.0
|
||||
# This will ignore pyopenssl from pysaml2==7.5.4
|
||||
git+https://github.com/prauscher/pysaml2.git@replace-pyopenssl
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue