From bba5083154b8dc4c45f651d3f53a0ff40798f77f Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Fri, 8 May 2026 22:40:00 +0300 Subject: [PATCH] ci: update playwright image to v1.59.0 to match python package --- .woodpecker/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 2b9b463..6027ca4 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -63,7 +63,7 @@ steps: - uv run pytest tests/unit/ --no-cov - name: test-e2e - image: mcr.microsoft.com/playwright/python:v1.51.0 + image: mcr.microsoft.com/playwright/python:v1.59.0 volumes: - /tmp/uv-cache:/root/.cache/uv environment: