From a7a6cbca1e90eeaa3860e50969adb807471d2a80 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Tue, 6 Feb 2024 14:36:38 +0200 Subject: [PATCH] feat: Upgrade to Plone Backend 6.0.9 --- Dockerfile | 6 ++--- constraints.txt | 64 +++++++++---------------------------------------- 2 files changed, 14 insertions(+), 56 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2030a1a..1ba1b22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM plone/plone-backend:6.0.7 as base +FROM plone/plone-backend:6.0.9 as base FROM base as builder -ENV PLONE_VERSION=6.0.7 \ +ENV PLONE_VERSION=6.0.9 \ GRAYLOG=logcentral.eea.europa.eu:12201 \ GRAYLOG_FACILITY=plone-backend \ MEMCACHE_SERVER=memcached:11211 \ @@ -20,7 +20,7 @@ RUN pip wheel -r requirements.txt -c constraints.txt -c https://dist.plone.org/r FROM base -ENV PLONE_VERSION=6.0.7 \ +ENV PLONE_VERSION=6.0.9 \ GRAYLOG=logcentral.eea.europa.eu:12201 \ GRAYLOG_FACILITY=plone-backend \ MEMCACHE_SERVER=memcached:11211 \ diff --git a/constraints.txt b/constraints.txt index efd8537..70a39a8 100644 --- a/constraints.txt +++ b/constraints.txt @@ -3,8 +3,8 @@ # Plone pluggable authentication services pas.plugins.authomatic==1.2.0 pas.plugins.ldap==1.8.3.dev3 -python-ldap==3.4.3 -python-memcached==1.59 +python-ldap==3.4.4 +python-memcached==1.62 # EEA KitKat bundle eea.kitkat==7.0 @@ -26,70 +26,29 @@ eea.graylogger==2.4 eea.api.glossary==1.1 # Picked versions -amqp==5.1.1 +amqp==5.2.0 amqplib==1.0.2 -annotated-types==0.6.0 Authomatic==1.2.1 -Babel==2.12.1 -backports.cached-property==1.0.2 bda.cache==1.3.0 -cryptography==41.0.3 -defusedxml==0.7.1 -dnspython==2.4.2 -eventlet==0.33.3 -exceptiongroup==1.1.2 +dnspython==2.5.0 +elastic-transport==8.12.0 +elasticsearch==8.12.0 +eventlet==0.35.1 five.globalrequest==99.1 -furl==2.1.3 graypy==3.2.0 -greenlet==3.0.0 -grpcio-tools==1.54.2 -grpcio==1.54.2 -h11==0.14.0 +greenlet==3.0.3 hurry.filesize==0.9 ijson==3.2.3 -Mako==1.2.4 -MarkupSafe==2.1.3 node.ext.ldap==1.2 node.ext.ugm==1.1 node==1.2.1 odict==1.9.0 -oic==1.6.1 -orderedmultidict==1.0.1 -outcome==1.2.0 -overrides==7.3.1 passlib==1.7.4 -plone.app.robotframework==2.1.0 -plone.app.testing==7.0.1 plone.synchronize==1.0.4 -plone.testing==8.0.4 plumber==1.7 -protobuf==4.23.1 -pycryptodomex==3.19.0 -pydantic-core==2.10.1 -pydantic-settings==2.0.3 -pydantic==2.4.2 -pyjwkest==1.4.2 -PySocks==1.7.1 -python-dotenv==1.0.0 -PyYAML==6.0 -robotframework-assertion-engine==1.0.0 -robotframework-browser==16.2.0 -robotframework-pythonlibcore==4.1.2 -robotframework-selenium2library==3.0.0 -robotframework-seleniumlibrary==6.1.0 -robotframework-seleniumtestability==2.1.0 -robotframework==6.0.2 -robotsuite==2.3.2 -selenium==4.9.1 -sentry-sdk==1.32.0 -sniffio==1.3.0 -sortedcontainers==2.4.0 -trio-websocket==0.10.3 -trio==0.22.2 -typing-extensions==4.7.1 -vine==5.0.0 -wrapt==1.15.0 -wsproto==1.2.0 +PyYAML==6.0.1 +sentry-sdk==1.40.1 +vine==5.1.0 yafowil.bootstrap==2.0.0a1 yafowil.plone==5.0.0a1 yafowil.widget.array==1.7 @@ -97,4 +56,3 @@ yafowil.widget.dict==1.8 yafowil.yaml==2.0 yafowil==3.1.0 z3c.jbot==2.0 -zope.testrunner==6.1