From 167703f99ceb3c765f4349acbf0c929b77c07f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:16:22 +0000 Subject: [PATCH] Bump cypress/included from 15.20.0 to 15.20.1 Bumps cypress/included from 15.20.0 to 15.20.1. --- updated-dependencies: - dependency-name: cypress/included dependency-version: 15.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker-compose.cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.cypress.yaml b/docker-compose.cypress.yaml index 8831c1f..665fa51 100644 --- a/docker-compose.cypress.yaml +++ b/docker-compose.cypress.yaml @@ -1,7 +1,7 @@ #ddev-generated services: cypress: - image: cypress/included:15.20.0 + image: cypress/included:15.20.1 container_name: ddev-${DDEV_SITENAME}-cypress labels: com.ddev.site-name: ${DDEV_SITENAME}