From ccfbd41c93f57371b35e6147611c2ce31d506fbe Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Mon, 11 Sep 2023 12:19:04 +0200 Subject: [PATCH] robotsuite = 2.3.2 --- checkouts.cfg | 1 - sources.cfg | 2 +- versions.cfg | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/checkouts.cfg b/checkouts.cfg index f51c8dcf5d..ff1a30c2d8 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -11,5 +11,4 @@ auto-checkout = Products.CMFPlone # These packages are manually added, or automatically added by mr.roboto: plone.restapi - robotsuite plone.releaser diff --git a/sources.cfg b/sources.cfg index 202cd4ed44..0d8be23074 100644 --- a/sources.cfg +++ b/sources.cfg @@ -159,7 +159,7 @@ Products.statusmessages = git ${remotes:plone}/Products.statusmessag Products.validation = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git branch=master Products.ZopeVersionControl = git ${remotes:zope}/Products.ZopeVersionControl.git pushurl=${remotes:zope_push}/Products.ZopeVersionControl.git branch=master repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git pushurl=git@github.com:repoze/repoze.xmliter.git branch=master -robotsuite = git ${remotes:collective}/robotsuite.git pushurl=${remotes:collective_push}/robotsuite.git branch=datakurre-rfbrowser +robotsuite = git ${remotes:collective}/robotsuite.git pushurl=${remotes:collective_push}/robotsuite.git branch=master z3c.batching = git ${remotes:zope}/z3c.batching.git pushurl=${remotes:zope_push}/z3c.batching.git branch=master z3c.caching = git ${remotes:zope}/z3c.caching.git pushurl=${remotes:zope_push}/z3c.caching.git branch=master z3c.form = git ${remotes:zope}/z3c.form.git pushurl=${remotes:zope_push}/z3c.form.git branch=master diff --git a/versions.cfg b/versions.cfg index 63eacc0bc8..501d68c713 100644 --- a/versions.cfg +++ b/versions.cfg @@ -140,7 +140,7 @@ collective.recipe.vscode = 0.1.9 collective.xmltestreport = 2.0.2 icalendar = 5.0.7 Products.DateRecurringIndex = 3.0.1 -robotsuite = 2.3.1 +robotsuite = 2.3.2 # CORE DEPENDENCIES: Zope and friends # These packages are what you get when installing Plone,