From 913a47b25436eebed242f92f0f48842718e25aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:07:22 +0000 Subject: [PATCH] chore(deps): Update playwright requirement in /backend Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.59.0...v1.62.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a160f94..e80be07 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -42,7 +42,7 @@ opentelemetry-exporter-otlp-proto-grpc==1.44.0 # Build & Test Tools wheel>=0.46.2 # GHSA-8rrh-rw8j-w5fx -playwright>=1.59.0 # For E2E tests inside container +playwright>=1.62.0 # For E2E tests inside container # ── Suelos de seguridad para dependencias TRANSITIVAS ────────────────────── # Ninguna de éstas la usamos directamente: las arrastran fastapi, aiohttp,