[UPD] poetry update
- security fix
This commit is contained in:
parent
2d40e9f6e0
commit
074e5f1ff5
4 changed files with 548 additions and 468 deletions
|
|
@ -14,3 +14,4 @@ ldap
|
||||||
pythonjsonlogger
|
pythonjsonlogger
|
||||||
python-alipay-sdk
|
python-alipay-sdk
|
||||||
pyrfc
|
pyrfc
|
||||||
|
MySQLdb
|
||||||
|
|
|
||||||
948
poetry.lock
generated
948
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -13,19 +13,19 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
python = "^3.7.7"
|
python = "^3.7.7"
|
||||||
Asterisk = "^0.0.8"
|
Asterisk = "^0.0.8"
|
||||||
Babel = "2.3.4"
|
Babel = "2.3.4"
|
||||||
BeautifulSoup4 = "^4.9.3"
|
BeautifulSoup4 = "^4.10.0"
|
||||||
GitPython = "3.1.12"
|
GitPython = "3.1.12"
|
||||||
Jinja2 = "2.10.1"
|
Jinja2 = "2.11.3"
|
||||||
Mako = "1.0.4"
|
Mako = "1.0.4"
|
||||||
MarkupSafe = "0.23"
|
MarkupSafe = "0.23"
|
||||||
Pillow = "6.1.0"
|
Pillow = "8.3.2"
|
||||||
PyJWT = "1.7.1"
|
PyJWT = "1.7.1"
|
||||||
PyPDF2 = "1.26.0"
|
PyPDF2 = "1.26.0"
|
||||||
PyYAML = "4.2b4"
|
PyYAML = "4.2b4"
|
||||||
SOAPpy = "^0.12.22"
|
SOAPpy = "^0.12.22"
|
||||||
Sphinx = ">=2.4.0"
|
Sphinx = ">=2.4.0"
|
||||||
Voicent-Python = "^1.0"
|
Voicent-Python = "^1.0"
|
||||||
Werkzeug = "0.11.15"
|
Werkzeug = "0.15.3"
|
||||||
XlsxWriter = "0.9.3"
|
XlsxWriter = "0.9.3"
|
||||||
agithub = "^2.2.2"
|
agithub = "^2.2.2"
|
||||||
altair = "^4.1.0"
|
altair = "^4.1.0"
|
||||||
|
|
@ -39,15 +39,15 @@ click = "^8.0.1"
|
||||||
cloudflare = "^2.8.15"
|
cloudflare = "^2.8.15"
|
||||||
code_writer = "^1.1.1"
|
code_writer = "^1.1.1"
|
||||||
colorama = "^0.4.4"
|
colorama = "^0.4.4"
|
||||||
cryptography = "2.6.1"
|
cryptography = "3.2"
|
||||||
css-html-prettify = "^2.5.5"
|
css-html-prettify = "^2.5.5"
|
||||||
cython = "^0.29.23"
|
cython = "^0.29.24"
|
||||||
ddt = "1.2.0"
|
ddt = "1.2.0"
|
||||||
decorator = "4.0.10"
|
decorator = "4.0.10"
|
||||||
docutils = "0.16"
|
docutils = "0.16"
|
||||||
ebaysdk = "2.1.5"
|
ebaysdk = "2.1.5"
|
||||||
email_validator = "^1.1.3"
|
email_validator = "^1.1.3"
|
||||||
emoji = "^1.2.0"
|
emoji = "^1.5.0"
|
||||||
escpos = "^1.9"
|
escpos = "^1.9"
|
||||||
extract-msg = "^0.28.7"
|
extract-msg = "^0.28.7"
|
||||||
extract_msg = "^0.28.7"
|
extract_msg = "^0.28.7"
|
||||||
|
|
@ -68,28 +68,28 @@ js2py = "^0.71"
|
||||||
keystoneauth1 = "3.14.0"
|
keystoneauth1 = "3.14.0"
|
||||||
lasso = "^0.0.5"
|
lasso = "^0.0.5"
|
||||||
libsass = "0.12.3"
|
libsass = "0.12.3"
|
||||||
lxml = "4.2.3"
|
lxml = "4.6.3"
|
||||||
matplotlib = ">=2.0.0"
|
matplotlib = ">=2.0.0"
|
||||||
mock = "2.0.0"
|
mock = "2.0.0"
|
||||||
mpld3 = "0.3"
|
mpld3 = "0.3"
|
||||||
mysqlclient = "^2.0.3"
|
mysqlclient = "^2.0.3"
|
||||||
num2words = "0.5.6"
|
num2words = "0.5.6"
|
||||||
numpy = "^1.21.0"
|
numpy = "1.21.1"
|
||||||
oauthlib = "2.1.0"
|
oauthlib = "2.1.0"
|
||||||
"oca.decorators" = "^0.0.1"
|
"oca.decorators" = "^0.0.1"
|
||||||
ofxparse = "0.16"
|
ofxparse = "0.16"
|
||||||
openpyxl = "^3.0.7"
|
openpyxl = "^3.0.9"
|
||||||
openupgradelib = "^2.0.0"
|
openupgradelib = "^3.1.1"
|
||||||
pandas = "1.2.0"
|
pandas = "1.2.0"
|
||||||
paramiko = "^2.7.2"
|
paramiko = "^2.7.2"
|
||||||
passlib = "1.6.5"
|
passlib = "1.6.5"
|
||||||
pdf2image = "^1.16.0"
|
pdf2image = "^1.16.0"
|
||||||
pdfminer = "^20191125"
|
pdfminer = "^20191125"
|
||||||
pexpect = "^4.8.0"
|
pexpect = "^4.8.0"
|
||||||
phonenumbers = "^8.12.26"
|
phonenumbers = "^8.12.33"
|
||||||
plotly = "4.1.0"
|
plotly = "4.1.0"
|
||||||
premailer = "^3.9.0"
|
premailer = "^3.10.0"
|
||||||
psutil = "4.3.1"
|
psutil = "5.6.6"
|
||||||
psycopg2 = "2.7.3.1"
|
psycopg2 = "2.7.3.1"
|
||||||
py-Asterisk = "^0.5.18"
|
py-Asterisk = "^0.5.18"
|
||||||
"py3o.formats" = "^0.3"
|
"py3o.formats" = "^0.3"
|
||||||
|
|
@ -98,11 +98,11 @@ pycountry = "^20.7.3"
|
||||||
pydot = "1.2.3"
|
pydot = "1.2.3"
|
||||||
pygount = "<1.2.0"
|
pygount = "<1.2.0"
|
||||||
pyldap = "2.4.28"
|
pyldap = "2.4.28"
|
||||||
pymssql = "^2.2.1"
|
pymssql = "^2.2.2"
|
||||||
pymysql = "^1.0.2"
|
pymysql = "^1.0.2"
|
||||||
pyotp = "^2.6.0"
|
pyotp = "^2.6.0"
|
||||||
pyparsing = "2.1.10"
|
pyparsing = "2.1.10"
|
||||||
pyproj = "^3.1.0"
|
pyproj = "^3.2.1"
|
||||||
pyserial = "3.1.1"
|
pyserial = "3.1.1"
|
||||||
pysftp = "^0.2.9"
|
pysftp = "^0.2.9"
|
||||||
python-chess = "<0.24"
|
python-chess = "<0.24"
|
||||||
|
|
@ -130,34 +130,34 @@ requests-toolbelt = "0.9.1"
|
||||||
retrying = "^1.3.3"
|
retrying = "^1.3.3"
|
||||||
serial = "^0.0.97"
|
serial = "^0.0.97"
|
||||||
shapely = "1.6.4.post2"
|
shapely = "1.6.4.post2"
|
||||||
simplejson = "^3.17.2"
|
simplejson = "^3.17.5"
|
||||||
slugify = "^0.0.1"
|
slugify = "^0.0.1"
|
||||||
sphinx = ">=1.6.7"
|
sphinx = ">=1.6.7"
|
||||||
sphinx-intl = "^2.0.1"
|
sphinx-intl = "^2.0.1"
|
||||||
sphinx-patchqueue = ">=1.0"
|
sphinx-patchqueue = ">=1.0"
|
||||||
sphinx_rtd_theme = "^0.5.2"
|
sphinx_rtd_theme = "^1.0.0"
|
||||||
sqlalchemy = "^1.4.19"
|
sqlalchemy = "^1.4.25"
|
||||||
statsd = "3.2.1"
|
statsd = "3.2.1"
|
||||||
suds-jurko = "0.6"
|
suds-jurko = "0.6"
|
||||||
toml = "^0.10.2"
|
toml = "^0.10.2"
|
||||||
twython = "^3.8.2"
|
twython = "^3.9.1"
|
||||||
unidecode = "1.0.22"
|
unidecode = "1.0.22"
|
||||||
unidiff = "^0.6.0"
|
unidiff = "^0.7.0"
|
||||||
vatnumber = "1.2"
|
vatnumber = "1.2"
|
||||||
vcrpy = ">=2.1.1"
|
vcrpy = ">=2.1.1"
|
||||||
vcrpy-unittest = "^0.1.7"
|
vcrpy-unittest = "^0.1.7"
|
||||||
vobject = "0.9.3"
|
vobject = "0.9.3"
|
||||||
voicent-python = "^1.0"
|
voicent-python = "^1.0"
|
||||||
webcolors = "1.10"
|
webcolors = "1.10"
|
||||||
websocket-client = "^1.1.0"
|
websocket-client = "^1.2.1"
|
||||||
wechatpy = "^1.8.15"
|
wechatpy = "^1.8.15"
|
||||||
wget = "^3.2"
|
wget = "^3.2"
|
||||||
wheel = "^0.36.2"
|
wheel = "^0.37.0"
|
||||||
xlrd = "1.0.0"
|
xlrd = "1.0.0"
|
||||||
xlwt = "1.3"
|
xlwt = "1.3"
|
||||||
xmlformatter = "^0.2.2"
|
xmlformatter = "^0.2.4"
|
||||||
xmltodict = "^0.12.0"
|
xmltodict = "^0.12.0"
|
||||||
zeep = "^4.0.0"
|
zeep = "^4.1.0"
|
||||||
zxcvbn = "^4.4.28"
|
zxcvbn = "^4.4.28"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -55,3 +55,20 @@ cloudflare
|
||||||
# For multilang_md.py
|
# For multilang_md.py
|
||||||
click
|
click
|
||||||
emoji
|
emoji
|
||||||
|
|
||||||
|
# Code generator
|
||||||
|
mysqlclient
|
||||||
|
|
||||||
|
# Force update dependency to fix poetry
|
||||||
|
numpy==1.21.1
|
||||||
|
|
||||||
|
# Force version for security update
|
||||||
|
# Not pyyaml, break by camptocamp_odoo-cloud-platform
|
||||||
|
# error with 5.x (ConstructorError: could not determine a constructor for the tag '!record')
|
||||||
|
# pyyaml==5.4
|
||||||
|
Jinja2==2.11.3
|
||||||
|
lxml==4.6.3
|
||||||
|
cryptography==3.2
|
||||||
|
psutil==5.6.6
|
||||||
|
Pillow==8.3.2
|
||||||
|
Werkzeug==0.15.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue