Skip to content

Commit be04488

Browse files
committed
feat: Odoo 19, bump a few packages to same version as Odoo 18
1 parent 241e6f4 commit be04488

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

19.0/base_requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' and python
1414
gevent==24.11.1 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
1515
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' and python_version < '3.13' # (Noble)
1616
greenlet==3.1.1 ; sys_platform != 'win32' and python_version >= '3.13' # (Trixie)
17-
idna==3.6 ; python_version >= '3.12'
18-
Jinja2==3.1.2 ; python_version > '3.10'
17+
idna==3.7 ; python_version >= '3.12'
18+
Jinja2==3.1.6 ; python_version > '3.10'
1919
libsass==0.22.0 ; python_version >= '3.11' # (Noble) Mostly to have a wheel package
2020
lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
2121
lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
@@ -24,7 +24,7 @@ num2words==0.5.13 ; python_version >= '3.12'
2424
ofxparse==0.21
2525
openpyxl==3.1.2 ; python_version >= '3.12'
2626
passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
27-
Pillow==10.2.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
27+
Pillow==10.3.0 ; python_version >= '3.12' and python_version < '3.13' # (Noble) Mostly to have a wheel package
2828
Pillow==11.1.0 ; python_version >= '3.13' # (Noble) Mostly to have a wheel package
2929
polib==1.1.1
3030
psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
@@ -41,11 +41,11 @@ pytz # no version pinning to avoid OS perturbations
4141
pyusb==1.2.1
4242
qrcode==7.4.2 ; python_version >= '3.11'
4343
reportlab==4.1.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
44-
requests==2.31.0 ; python_version >= '3.11' # (Noble)
44+
requests==2.32.5 ; python_version >= '3.11' # (Noble) Pin 2.32.5 for security fixes
4545
rjsmin==1.2.0 ; python_version >= '3.11'
46-
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
46+
urllib3==2.6.1 ; python_version >= '3.12' # (Noble) Compatibility with cryptography; pin 2.6.1 for security fixes
4747
vobject==0.9.6.1
48-
Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
48+
Werkzeug==3.0.6 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
4949
xlrd==2.0.1 ; python_version >= '3.12'
5050
XlsxWriter==3.1.9 ; python_version >= '3.12'
5151
xlwt==1.3.0

19.0/extra_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pytesseract==0.3.13
4141
regex==2025.9.1
4242
s3transfer==0.14.0
4343
tzlocal==5.3.1
44-
Unidecode==1.4.0
4544
yarl==1.20.1
4645

4746
#Extra for enterprise

0 commit comments

Comments
 (0)