From 40b3c35b5f4be734a9cbc8ff1eaaea8f5fda20d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:45:22 +0000 Subject: [PATCH] build(deps): bump playwright/python from v1.44.0-jammy to v1.45.0-jammy Bumps playwright/python from v1.44.0-jammy to v1.45.0-jammy. --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c60e094..83d0033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Playwright image from Microsoft -FROM mcr.microsoft.com/playwright/python:v1.44.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.45.0-jammy # Set environment variables ENV PYTHONUNBUFFERED=1