Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump dependencies #158

Merged
merged 2 commits into from Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 33 additions & 27 deletions 10.0/base_requirements.txt
@@ -1,59 +1,65 @@
# Odoo dependencies
# python_version = 2.7
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
Babel==2.3.4
Jinja2==2.10.1
Mako==1.0.4
MarkupSafe==0.23
Pillow==6.2.2
Python-Chart==1.39
PyYAML==4.2b4
Werkzeug==0.16.0
chardet==3.0.4
colorama==0.3.9
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.4
feedparser==5.2.1
future==0.16.0
gevent==1.1.2
gdata==2.0.18
greenlet==0.4.10
html2text==2018.1.9
html5lib==1.0.1
lxml==3.5.0
jcconv==0.2.3
Jinja2==2.11.3 # official 2.10.1
lxml==4.6.3 # official 3.5.0
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
odfpy==1.3.4
odoo-autodiscover>=2.0.0
ofxparse==0.16
passlib==1.6.5
psutil==5.7.0
psycopg2==2.7.3.1
Pillow==6.2.2 # official 3.4.1
psutil==5.7.0 # official 4.3.1
psycogreen==1.0
pyPdf==1.13
pyinotify==0.9.4
psycopg2==2.7.3.1
pydot==1.2.3
pyparsing==2.1.10
pyPdf==1.13
pyserial==3.1.1
Python-Chart==1.39
python-dateutil==2.5.3
python-ldap==2.4.27
python-openid==2.2.5
python-stdnum==1.9
pytz==2016.7
pyusb==1.0.0
PyYAML==5.4 # official 3.12
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
roman==2.0.0
simplejson==3.6.5
six==1.10.0
suds-jurko==0.6
unittest2==1.1.0
urllib3==1.24.2
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.16.0 # official 0.11.11
wsgiref==0.1.2
XlsxWriter==0.9.3
xlwt==1.1.2
xlrd==1.0.0
# version in debian has problems
pydot==1.2.3

# Not part of official requirements, but used by some addons
chardet==3.0.4
colorama==0.3.9
future==0.16.0
gdata==2.0.18
html2text==2018.1.9
html5lib==1.0.1
odfpy==1.3.4
odoo-autodiscover>=2.0.0
pyinotify==0.9.4
python-stdnum==1.9
roman==2.0.0
simplejson==3.6.5
unittest2==1.1.0
urllib3==1.24.2

# Migration tools
ruamel.yaml==0.16.13
Expand Down
2 changes: 1 addition & 1 deletion 10.0/extra_requirements.txt
Expand Up @@ -31,7 +31,7 @@ Cerberus==1.2
certifi==2018.4.16
cffi==1.11.5
contextlib2==0.5.5
cryptography==2.3.0
cryptography==3.2
dateparser==0.7.0
futures==3.2.0
idna==2.7
Expand Down
42 changes: 26 additions & 16 deletions 11.0/base_requirements.txt
@@ -1,47 +1,58 @@
# Odoo dependencies
# python_version = 3.5
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
# unused official dependencies are commented to avoid dependabot alerts
Babel==2.3.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.5
feedparser==5.2.1
gevent==1.1.2 ; python_version < '3.7'
gevent==1.3.4 ; python_version >= '3.7'
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
# gevent==1.5.0 ; python_version >= '3.7'
greenlet==0.4.10 ; python_version < '3.7'
greenlet==0.4.13 ; python_version >= '3.7'
# greenlet==0.4.14 ; python_version >= '3.7'
html2text==2016.9.19
Jinja2==2.10.1
lxml==3.7.1 ; python_version < '3.7'
lxml==4.2.3 ; python_version >= '3.7'
Jinja2==2.11.3 # official 2.10.1
lxml==4.6.3 ; sys_platform != 'win32' and python_version < '3.7' # official 3.7.1
# lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7'
# lxml ; sys_platform == 'win32'
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
num2words==0.5.4
num2words==0.5.6
ofxparse==0.16
passlib==1.6.5
Pillow==6.2.2
psutil==5.7.0
psycopg2==2.7.3.1
Pillow==7.2.0 ; python_version < '3.7' # official 4.0.0
# Pillow==6.1.0 ; python_version >= '3.7'
psutil==5.7.0; sys_platform != 'win32' # official 4.3.1
# psutil==5.6.3; sys_platform == 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
# psycopg2==2.8.3; sys_platform == 'win32'
pydot==1.2.3
pyldap==2.4.28
pyldap==2.4.28; sys_platform != 'win32'
pyparsing==2.1.10
PyPDF2==1.26.0
pyserial==3.1.1
python-dateutil==2.5.3
# vatnumber requirement. Last version compatible
python-stdnum<=1.14
pytz==2016.7
pyusb==1.0.0
PyYAML==4.2b4
PyYAML==4.2b4 ; python_version < '3.7' # official 3.12
# PyYAML==3.13 ; python_version >= '3.7'
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
six==1.10.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.16.0
Werkzeug==0.11.15 ; sys_platform != 'win32' # official 0.11.15
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==0.9.3
xlwt==1.3.*
xlrd==1.0.0
phonenumbers==8.9.10
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# pypiwin32 ; sys_platform == 'win32'

# Not part of official requirements, but used by some addons
chardet==3.0.4
Expand All @@ -50,7 +61,6 @@ gdata==2.0.18
html5lib==1.0.1
odfpy==1.3.5
pyinotify==0.9.6
python-stdnum==1.9
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved to official dependencies

simplejson==3.11.1
urllib3==1.24.2

Expand Down
2 changes: 1 addition & 1 deletion 11.0/extra_requirements.txt
Expand Up @@ -28,7 +28,7 @@ asn1crypto==0.24.0
bcrypt==3.1.4
botocore==1.10.40
cffi==1.11.5
cryptography==2.3.0
cryptography==3.2
dateparser==0.7.0
idna==2.7
jmespath==0.9.3
Expand Down
33 changes: 23 additions & 10 deletions 12.0-buster/base_requirements.txt
@@ -1,25 +1,36 @@
# Odoo dependencies
# python_version = 3.7
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
# unused official dependencies are commented to avoid dependabot alerts
Babel==2.3.4
chardet==3.0.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.5
feedparser==5.2.1
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
greenlet==0.4.10 ; python_version < '3.7'
# gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
gevent==1.5.0 ; python_version >= '3.7'
# greenlet==0.4.10 ; python_version < '3.7'
greenlet==0.4.14 ; python_version >= '3.7'
html2text==2016.9.19
Jinja2==2.10.1
Jinja2==2.11.3 # official 2.10.1
libsass==0.12.3
lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
# lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
lxml==4.6.3 ; sys_platform != 'win32' and python_version >= '3.7' # official 4.2.3
# lxml ; sys_platform == 'win32'
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
num2words==0.5.4
num2words==0.5.6
ofxparse==0.16
passlib==1.6.5
Pillow==6.2.2
psutil==5.7.0; sys_platform != 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
# Pillow==6.2.2 ; python_version < '3.7' # official 4.0.0
Pillow==8.1.1 ; python_version >= '3.7' # official 6.1.0
psutil==5.7.0; sys_platform != 'win32' # official 4.3.1
# psutil==5.6.3; sys_platform == 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32' and python_version < '3.8'
# psycopg2==2.8.3; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.2.3
pyldap==2.4.28; sys_platform != 'win32'
pyparsing==2.1.10
Expand All @@ -34,10 +45,12 @@ requests==2.20.0
suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.16.0
Werkzeug==0.16.0 ; sys_platform != 'win32' # official 0.11.15
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==0.9.3
xlwt==1.3.*
xlrd==1.0.0
# pypiwin32 ; sys_platform == 'win32'

# Not part of official requirements, but used by some addons
chardet==3.0.4
Expand All @@ -51,7 +64,7 @@ simplejson==3.11.1
urllib3==1.24.2

# Migration tools
marabunta==0.10.4
marabunta==0.10.5
anthem==0.13.0

# test / lint
Expand Down
27 changes: 20 additions & 7 deletions 12.0/base_requirements.txt
@@ -1,25 +1,36 @@
# Odoo dependencies
# python_version = 3.5
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
# unused official dependencies are commented to avoid dependabot alerts
Babel==2.3.4
chardet==3.0.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.5
feedparser==5.2.1
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
# gevent==1.5.0 ; python_version >= '3.7'
greenlet==0.4.10 ; python_version < '3.7'
# greenlet==0.4.14 ; python_version >= '3.7'
html2text==2016.9.19
Jinja2==2.10.1
Jinja2==2.11.3 # official 2.10.1
libsass==0.12.3
lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
lxml==4.6.3 ; sys_platform != 'win32' and python_version < '3.7' # official 3.7.1
# lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7'
# lxml ; sys_platform == 'win32'
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
num2words==0.5.4
num2words==0.5.6
ofxparse==0.16
passlib==1.6.5
Pillow==6.2.2
psutil==5.7.0; sys_platform != 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32'
Pillow==6.2.2 ; python_version < '3.7' # official 4.0.0
# Pillow==6.1.0 ; python_version >= '3.7'
psutil==5.7.0; sys_platform != 'win32' # official 4.3.1
# psutil==5.6.3; sys_platform == 'win32'
psycopg2==2.7.3.1; sys_platform != 'win32' and python_version < '3.8'
# psycopg2==2.8.3; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.2.3
pyldap==2.4.28; sys_platform != 'win32'
pyparsing==2.1.10
Expand All @@ -34,10 +45,12 @@ requests==2.20.0
suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.16.0
Werkzeug==0.16.0 ; sys_platform != 'win32' # official 0.11.15
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==0.9.3
xlwt==1.3.*
xlrd==1.0.0
# pypiwin32 ; sys_platform == 'win32'

# Not part of official requirements, but used by some addons
chardet==3.0.4
Expand Down
39 changes: 26 additions & 13 deletions 13.0/base_requirements.txt
@@ -1,44 +1,57 @@
# Odoo dependencies
# python_version = 3.7
# sys_platform != 'win32'
# this is a copy of Odoo dependencies with some bumped versions
# unused official dependencies are commented to avoid dependabot alerts
Babel==2.6.0
chardet==3.0.4
decorator==4.3.0
docutils==0.14
ebaysdk==2.1.5
feedparser==5.2.1
gevent==1.3.7 ; sys_platform != 'win32' and python_version >= '3.7'
# gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
gevent==1.5.0 ; python_version >= '3.7'
# gevent==1.4.0 ; sys_platform == 'win32' and python_version < '3.7'
greenlet==0.4.10 ; python_version < '3.7'
greenlet==0.4.15 ; python_version >= '3.7'
html2text==2018.1.9
Jinja2==2.10.1
Jinja2==2.11.3 # official 2.10.1
libsass==0.17.0
lxml==4.3.2 ; sys_platform != 'win32' and python_version >= '3.7'
# lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
lxml==4.6.3 ; sys_platform != 'win32' and python_version >= '3.7' # official 4.3.2
# lxml ; sys_platform == 'win32'
Mako==1.0.7
MarkupSafe==1.1.1
MarkupSafe==1.1.1 # official 1.1.0
mock==2.0.0
num2words==0.5.10
num2words==0.5.10 # official 0.5.6
ofxparse==0.19
passlib==1.7.2
Pillow==6.2.2
passlib==1.7.2 # official 1.7.1
Pillow==6.2.2 ; python_version < '3.7' or sys_platform != 'win32' # official 5.4.1
# Pillow==6.1.0 ; sys_platform == 'win32' and python_version >= '3.7'
polib==1.1.0
psutil==5.7.0; sys_platform != 'win32'
psycopg2==2.7.7; sys_platform != 'win32'
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
# psycopg2==2.8.3; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.4.1
python-ldap==3.2.0; sys_platform != 'win32'
python-ldap==3.2.0; sys_platform != 'win32' # official 3.1.0
pyparsing==2.2.0
PyPDF2==1.26.0
pyserial==3.4
python-dateutil==2.7.3
pytz==2020.1
pytz==2020.1 # official 2019.1
pyusb==1.0.2
qrcode==6.1
reportlab==3.5.42
requests==2.23.0
reportlab==3.5.42 # official 3.5.13
requests==2.23.0 # official 2.21.0
zeep==3.2.0
vatnumber==1.2
vobject==0.9.6.1
Werkzeug==0.16.1
Werkzeug==0.16.1 ; sys_platform != 'win32' # official 0.14.1
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==1.1.2
xlwt==1.3.*
xlrd==1.1.0
# pypiwin32 ; sys_platform == 'win32'

# Not part of official requirements, but used by some addons
# colorama==0.3.9
Expand Down