33# sys_platform != 'win32'
44# this is a copy of Odoo dependencies with some bumped versions
55# unused official dependencies are commented to avoid dependabot alerts
6- Babel==2.6.0
7- chardet==3.0.4
8- decorator==4.3.0
9- docutils==0.14
10- ebaysdk==2.1.5
11- freezegun==0.3.11; python_version < '3.8'
12- # freezegun==0.3.15; python_version >= '3.8'
13- # gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
14- gevent==1.5.0 ; python_version == '3.7'
15- # gevent==20.9.0 ; python_version >= '3.8'
16- # gevent==1.4.0 ; sys_platform == 'win32' and python_version < '3.7'
17- # greenlet==0.4.10 ; python_version < '3.7'
18- greenlet==0.4.15 ; python_version == '3.7'
19- # greenlet==0.4.17 ; python_version > '3.7'
20- html2text==2018.1.9
21- idna==2.6
22- Jinja2==2.11.3; python_version < '3.8' # official 2.10.1
23- # bullseye version, focal patched 2.10
24- # Jinja2==2.11.3; python_version >= '3.8' # official 2.11.2
25- libsass==0.17.0
26- # lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
27- lxml==4.6.3 ; sys_platform != 'win32' and python_version == '3.7' # official 4.3.2
28- # lxml==4.6.3 ; sys_platform != 'win32' and python_version > '3.7' # official 4.6.1
29- # lxml ; sys_platform == 'win32'
30- Mako==1.0.7
31- MarkupSafe==1.1.0
32- num2words==0.5.6
33- ofxparse==0.19
34- passlib==1.7.1
35- Pillow==8.3.2 ; python_version <= '3.7' and sys_platform != 'win32' # official 5.4.1
36- # Pillow==6.1.0 ; python_version <= '3.7' and sys_platform == 'win32'
37- # Pillow==8.3.2 ; python_version > '3.7' # official 8.1.1
38- polib==1.1.0
39- psutil==5.6.6
40- psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
41- # psycopg2==2.8.6; sys_platform == 'win32' or python_version >= '3.8' # official 2.8.5
42- pydot==1.4.1
43- python-ldap==3.1.0; sys_platform != 'win32'
44- PyPDF2==1.26.0
45- pyserial==3.4
46- python-dateutil==2.7.3
47- pytz==2019.1
48- pyusb==1.0.2
49- qrcode==6.1
50- reportlab==3.5.55; python_version >= '3.8'
51- requests==2.25.1 # official 2.21.0
52- zeep==3.2.0
53- python-stdnum==1.13 # official 1.8
6+ Babel==2.11.0
7+ chardet==5.0.0
8+ decorator==5.1.1
9+ docutils==0.19
10+ ebaysdk==2.2.0
11+ freezegun==1.2.2
12+ gevent==22.10.2
13+ greenlet==2.0.1
14+ html2text==2020.1.16
15+ idna==3.4
16+ Jinja2==3.1.2
17+ libsass==0.22.0
18+ lxml==4.9.1
19+ Mako==1.2.4
20+ MarkupSafe==2.1.1
21+ num2words==0.5.12
22+ ofxparse==0.21
23+ passlib==1.7.4
24+ Pillow==9.3.0
25+ polib==1.1.1
26+ psutil==5.9.4
27+ psycopg2==2.9.5
28+ pydot==1.4.2
29+ python-ldap==3.4.3
30+ PyPDF2==1.27.12
31+ pyserial==3.5
32+ python-dateutil==2.8.2
33+ pytz==2022.6
34+ pyusb==1.2.1
35+ qrcode==7.3.1
36+ reportlab==3.6.12
37+ requests==2.28.1
38+ zeep==4.2.1
39+ python-stdnum==1.18
5440vobject==0.9.6.1
5541Werkzeug==0.16.1
56- XlsxWriter==1.1.2
42+ XlsxWriter==3.0.3
5743xlwt==1.3.*
58- xlrd==1.1.0; python_version < '3.8'
59- # xlrd==1.2.0; python_version >= '3.8'
60- # pypiwin32 ; sys_platform == 'win32'
61-
62- # Not part of official requirements, but used by some addons
63- # colorama==0.3.9
44+ xlrd==1.1.0;
6445gdata==2.0.18
65- html5lib==1.0. 1
46+ html5lib==1.1
6647odfpy==1.4.1
6748pyinotify==0.9.6
68- simplejson==3.17 .0
69- urllib3==1.26.7
49+ simplejson==3.18 .0
50+ urllib3==1.26.11
7051
71- # test / lint
72- # those libs and their dependencies are unpinned
73- # to always test with the last version of it
7452flake8
7553pytest>=5.4.2
7654pluggy
@@ -81,18 +59,18 @@ watchdog
8159
8260# Library dependency
8361argh==0.26.2
84- atomicwrites==1.1.5
85- attrs==18 .1.0
86- beautifulsoup4==4.6.0
87- future==0.16.0
88- mccabe==0.6.1
89- more-itertools==4.2 .0
62+ atomicwrites==1.4.1
63+ attrs==22 .1.0
64+ beautifulsoup4==4.11.1
65+ future==0.18.2
66+ mccabe==0.7.0
67+ more-itertools==9.0 .0
9068pathtools==0.1.2
91- pbr==4.0.4
92- pexpect==4.6 .0
93- ptyprocess==0.5.2
94- py==1.5.3
95- pycodestyle==2.5 .0
96- pyflakes==2.1 .1
69+ pbr==5.11.0
70+ pexpect==4.8 .0
71+ ptyprocess==0.7.0
72+ py==1.11.0
73+ pycodestyle==2.10 .0
74+ pyflakes==3.0 .1
9775unicodecsv==0.14.1
98- wrapt==1.10.11
76+ wrapt==1.14.1
0 commit comments