From 69f121eabb7889a4e63e89297be504e65579479e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 02:49:20 +0000 Subject: [PATCH] build: Bump playwright from v1.44 to v1.45 Signed-off-by: dependabot[bot] --- playwright.Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright.Dockerfile b/playwright.Dockerfile index d6d9425a..4d83f86a 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.44.1-jammy +FROM mcr.microsoft.com/playwright:v1.45.1-jammy ARG UID=1000 GID=1000 diff --git a/pyproject.toml b/pyproject.toml index 7b13a0d7..34549d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", - "playwright==1.44.0", + "playwright==1.45.0", ] lint = [