Commit c6fd4a40 authored by Jérome Perrin's avatar Jérome Perrin

stack/slapos: version up pyrsistent 0.18.1 (on python3 only)

This removes the need for pytest-testrunner and silent warnings about
its vulnerability in software check
parent 747295bd
...@@ -91,6 +91,7 @@ depends = ${slapos-cookbook-dependencies:eggs} ...@@ -91,6 +91,7 @@ depends = ${slapos-cookbook-dependencies:eggs}
[pyrsistent] [pyrsistent]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = pyrsistent egg = pyrsistent
[pyrsistent:python2]
setup-eggs = pytest-runner setup-eggs = pytest-runner
[slapos-cookbook-dependencies] [slapos-cookbook-dependencies]
...@@ -232,7 +233,7 @@ erp5.util = 0.4.74 ...@@ -232,7 +233,7 @@ erp5.util = 0.4.74
feedparser = 5.2.1 feedparser = 5.2.1
functools32 = 3.2.3.post2 functools32 = 3.2.3.post2
attrs = 22.1.0 attrs = 22.1.0
pyrsistent = 0.16.1 pyrsistent = 0.18.1
pytest-runner = 5.2:whl pytest-runner = 5.2:whl
ipaddress = 1.0.23 ipaddress = 1.0.23
jsonschema = 3.0.2:whl jsonschema = 3.0.2:whl
...@@ -265,6 +266,7 @@ requests = 2.27.1 ...@@ -265,6 +266,7 @@ requests = 2.27.1
charset-normalizer = 2.0.12 charset-normalizer = 2.0.12
pyparsing = 2.2.0 pyparsing = 2.2.0
certifi = 2020.4.5.1 certifi = 2020.4.5.1
pyrsistent = 0.16.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