diff --git a/.python-version b/.python-version new file mode 100644 index 0000000000..bd28b9c5c2 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/requirements-6.0.txt b/requirements-6.0.txt index 7ce0be7bb3..2f870811b5 100644 --- a/requirements-6.0.txt +++ b/requirements-6.0.txt @@ -1 +1 @@ --r https://dist.plone.org/release/6.1.0a3/requirements.txt +-r https://dist.plone.org/release/6.0.11.1/requirements.txt diff --git a/requirements-6.1.txt b/requirements-6.1.txt index 2f870811b5..7ce0be7bb3 100644 --- a/requirements-6.1.txt +++ b/requirements-6.1.txt @@ -1 +1 @@ --r https://dist.plone.org/release/6.0.11.1/requirements.txt +-r https://dist.plone.org/release/6.1.0a3/requirements.txt diff --git a/src/plone/restapi/tests/http-examples/registry_get_list.resp b/src/plone/restapi/tests/http-examples/registry_get_list.resp index daaee85fa3..f172b2c8d1 100644 --- a/src/plone/restapi/tests/http-examples/registry_get_list.resp +++ b/src/plone/restapi/tests/http-examples/registry_get_list.resp @@ -242,7 +242,7 @@ Content-Type: application/json "schema": { "properties": { "default": "disabled", - "description": "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha, plone.formwidget.recaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available.", + "description": "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha, plone.formwidget.recaptcha, plone.formwidget.hcaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available.", "factory": "Choice", "title": "Captcha", "type": "string", @@ -423,5 +423,5 @@ Content-Type: application/json "value": "The person that created an item" } ], - "items_total": 2972 + "items_total": 2973 } diff --git a/src/plone/restapi/tests/http-examples/translated_messages_addons.resp b/src/plone/restapi/tests/http-examples/translated_messages_addons.resp index 6e7df00140..26a4a0866a 100644 --- a/src/plone/restapi/tests/http-examples/translated_messages_addons.resp +++ b/src/plone/restapi/tests/http-examples/translated_messages_addons.resp @@ -27,7 +27,7 @@ Content-Type: application/json "upgrade_info": { "available": false, "hasProfile": true, - "installedVersion": "2.0.0", + "installedVersion": "3.0.0", "newVersion": "1.2.3", "required": true },