Skip to content

Commit ba242d3

Browse files
committed
feat: Odoo 19, bump a few packages to same version as Odoo 18
1 parent 29344fa commit ba242d3

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

16.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pyinotify==0.9.6
5757
simplejson==3.19.3
5858

5959
# Migration tools
60-
marabunta==0.12.0
60+
marabunta==0.13.0
6161
-e git+https://github.com/camptocamp/anthem@master#egg=anthem
6262

6363
# Library dependency

17.0/base_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ simplejson==3.19.3
5858

5959

6060
# Migration tools
61-
marabunta==0.12.0
61+
marabunta==0.13.0
6262
-e git+https://github.com/camptocamp/anthem@master#egg=anthem
6363

6464
# Library dependency
@@ -68,8 +68,8 @@ attrs==24.2.0
6868
beautifulsoup4==4.12.3
6969
future==1.0.0
7070
mccabe==0.7.0
71-
more-itertools==10.4.0
72-
pbr==6.0.0
71+
more-itertools==10.5.0
72+
pbr==6.1.0
7373
pexpect==4.9.0
7474
ptyprocess==0.7.0
7575
pycodestyle==2.12.1

18.0/base_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pycairo==1.27.0 ; python_version >= '3.12' # Needed only for reportlab 4.0+ htt
4040
rlPyCairo==0.3.0
4141
requests==2.32.0 ; python_version >= '3.11' # (Noble)
4242
rjsmin==1.2.0 ; python_version >= '3.11'
43-
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
43+
urllib3==2.2.2 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
4444
vobject==0.9.6.1
4545
Werkzeug==3.0.6 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings
4646
xlrd==2.0.1 ; python_version >= '3.12'
@@ -61,7 +61,7 @@ simplejson==3.19.3
6161

6262

6363
# Migration tools
64-
marabunta==0.12.0
64+
marabunta==0.13.0
6565
-e git+https://github.com/camptocamp/anthem@master#egg=anthem
6666

6767

@@ -72,8 +72,8 @@ attrs==24.2.0
7272
beautifulsoup4==4.12.3
7373
future==1.0.0
7474
mccabe==0.7.0
75-
more-itertools==10.4.0
76-
pbr==6.0.0
75+
more-itertools==10.5.0
76+
pbr==6.1.0
7777
pexpect==4.9.0
7878
ptyprocess==0.7.0
7979
pycodestyle==2.12.1

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.0 ; python_version >= '3.11' # (Noble)
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.2.2 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
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

0 commit comments

Comments
 (0)