diff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg index 6e0f5510..825f1e21 100644 --- a/plone-6.0.x.cfg +++ b/plone-6.0.x.cfg @@ -1,6 +1,6 @@ [buildout] extends = - https://dist.plone.org/release/6.0.0/versions.cfg + https://dist.plone.org/release/6.0.9/versions.cfg base.cfg versions = versions @@ -12,3 +12,4 @@ zodb-temporary-storage = off black = 21.7b0 importlib-metadata = 4.12.0 Pygments = 2.14.0 +readme-renderer = 43.0 \ No newline at end of file diff --git a/requirements-6.0.x.txt b/requirements-6.0.x.txt index cb49b770..0ef1af7d 100644 --- a/requirements-6.0.x.txt +++ b/requirements-6.0.x.txt @@ -1,7 +1,7 @@ -# https://dist.plone.org/release/6.0.0/requirements.txt -pip==22.3.1 -setuptools==65.5.1 -wheel==0.38.4 +# https://dist.plone.org/release/6.0.9/requirements.txt +pip==23.3.1 +setuptools==69.0.2 +wheel==0.42.0 zc.buildout==3.0.1 # Windows specific down here (has to be installed here, fails in buildout) @@ -9,4 +9,4 @@ zc.buildout==3.0.1 pywin32 ; platform_system == 'Windows' # SSL Certs on windows, because Python is missing them otherwise: -certifi ; platform_system == 'Windows' \ No newline at end of file +certifi ; platform_system == 'Windows'