Commit 2c3ba7c2 authored by Jérome Perrin's avatar Jérome Perrin

stack/slapos.cfg: version up several python packages

parent 3e41d45e
...@@ -36,8 +36,8 @@ parts = ...@@ -36,8 +36,8 @@ parts =
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
erp5.util erp5.util
urllib3[secure]
selenium selenium
certifi
${lxml-python:egg} ${lxml-python:egg}
interpreter = pythonwitheggs interpreter = pythonwitheggs
...@@ -128,4 +128,4 @@ output = ${buildout:directory}/template-nginx.cfg.in ...@@ -128,4 +128,4 @@ output = ${buildout:directory}/template-nginx.cfg.in
output = ${buildout:directory}/runTestSuite.in output = ${buildout:directory}/runTestSuite.in
[versions] [versions]
selenium = 3.14.1 selenium = 3.141.0
...@@ -181,18 +181,18 @@ psutil = 5.8.0 ...@@ -181,18 +181,18 @@ psutil = 5.8.0
pluggy = 0.13.1:whl pluggy = 0.13.1:whl
py = 1.9.0:whl py = 1.9.0:whl
pyOpenSSL = 19.1.0 pyOpenSSL = 19.1.0
pyparsing = 2.2.0 pyparsing = 3.0.9:whl
py-mld = 1.0.3 py-mld = 1.0.3
pyroute2 = 0.6.9 pyroute2 = 0.6.9
pytz = 2016.10 pytz = 2022.2.1
regex = 2020.9.27 regex = 2020.9.27
requests = 2.27.1 requests = 2.28.1
charset-normalizer = 2.0.12 charset-normalizer = 2.1.1
scandir = 1.10.0 scandir = 1.10.0
setproctitle = 1.1.10 setproctitle = 1.1.10
setuptools-dso = 1.7 setuptools-dso = 1.7
rubygemsrecipe = 0.4.3 rubygemsrecipe = 0.4.3
six = 1.12.0 six = 1.16.0
slapos.cookbook = 1.0.253 slapos.cookbook = 1.0.253
slapos.core = 1.7.13 slapos.core = 1.7.13
slapos.extension.shared = 1.0 slapos.extension.shared = 1.0
...@@ -229,7 +229,7 @@ enum34 = 1.1.10 ...@@ -229,7 +229,7 @@ enum34 = 1.1.10
erp5.util = 0.4.74 erp5.util = 0.4.74
feedparser = 5.2.1 feedparser = 5.2.1
functools32 = 3.2.3.post2 functools32 = 3.2.3.post2
attrs = 18.2.0 attrs = 22.1.0
pyrsistent = 0.16.1 pyrsistent = 0.16.1
pytest-runner = 5.2:whl pytest-runner = 5.2:whl
ipaddress = 1.0.23 ipaddress = 1.0.23
...@@ -247,18 +247,23 @@ rpdb = 0.1.5 ...@@ -247,18 +247,23 @@ rpdb = 0.1.5
supervisor = 4.1.0 supervisor = 4.1.0
tzlocal = 1.5.1 tzlocal = 1.5.1
uritemplate = 3.0.0 uritemplate = 3.0.0
zope.interface = 4.3.3 zope.interface = 5.4.0
certifi = 2020.6.20 certifi = 2022.6.15
chardet = 3.0.4 chardet = 3.0.4
urllib3 = 1.26.9 urllib3 = 1.26.12
pkgconfig = 1.5.1 pkgconfig = 1.5.1
distro = 1.7.0 distro = 1.7.0
[versions:python2] [versions:python2]
attrs = 18.2.0
click = 6.7 click = 6.7
distro = 1.6.0 distro = 1.6.0
Werkzeug = 1.0.1 Werkzeug = 1.0.1
requests = 2.27.1
charset-normalizer = 2.0.12
pyparsing = 2.2.0
certifi = 2020.04.05.1
[versions:sys.version_info < (3,8)] [versions:sys.version_info < (3,8)]
MarkupSafe = 1.0 MarkupSafe = 1.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment