diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4b53e..8c5f8ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ on: env: node-version: 20.x python: "3.11" - plone: "6.0.10" + plone: "6.0.10.1" jobs: diff --git a/backend/Dockerfile b/backend/Dockerfile index 014d870..22d76c8 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG SEED=1000 -ARG PLONE_VERSION=6.0.10 +ARG PLONE_VERSION=6.0.10.1 FROM plone/plone-backend:${PLONE_VERSION} diff --git a/backend/Makefile b/backend/Makefile index d5dadf3..8e17be9 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.10 +PLONE_VERSION=6.0.10.1 BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/backend/constraints.txt b/backend/constraints.txt index 80b411b..c6e1eb9 100644 --- a/backend/constraints.txt +++ b/backend/constraints.txt @@ -1 +1 @@ --c https://dist.plone.org/release/6.0.10/constraints.txt +-c https://dist.plone.org/release/6.0.10.1/constraints.txt diff --git a/backend/mx.ini b/backend/mx.ini index 6b0e28a..b8d723d 100644 --- a/backend/mx.ini +++ b/backend/mx.ini @@ -4,8 +4,9 @@ ; to learn more about mxdev visit https://pypi.org/project/mxdev/ [settings] -version-overrides = - plone.staticresources==2.1.13 +; example how to override a package version +; version-overrides = +; plone.volto==4.0.2 ; example section to use packages from git ; [example.contenttype] diff --git a/classic/Dockerfile b/classic/Dockerfile index 2af81bc..cb7386a 100644 --- a/classic/Dockerfile +++ b/classic/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG SEED=1000 -ARG PLONE_VERSION=6.0.10 +ARG PLONE_VERSION=6.0.10.1 FROM plone/plone-backend:${PLONE_VERSION} ENV zope_i18n_compile_mo_files=true diff --git a/classic/Makefile b/classic/Makefile index 912fbb1..607c59a 100644 --- a/classic/Makefile +++ b/classic/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.10 +PLONE_VERSION=6.0.10.1 BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/classic/constraints.txt b/classic/constraints.txt index 80b411b..c6e1eb9 100644 --- a/classic/constraints.txt +++ b/classic/constraints.txt @@ -1 +1 @@ --c https://dist.plone.org/release/6.0.10/constraints.txt +-c https://dist.plone.org/release/6.0.10.1/constraints.txt diff --git a/classic/mx.ini b/classic/mx.ini index 6b0e28a..b8d723d 100644 --- a/classic/mx.ini +++ b/classic/mx.ini @@ -4,8 +4,9 @@ ; to learn more about mxdev visit https://pypi.org/project/mxdev/ [settings] -version-overrides = - plone.staticresources==2.1.13 +; example how to override a package version +; version-overrides = +; plone.volto==4.0.2 ; example section to use packages from git ; [example.contenttype]