diff --git a/playwright.Dockerfile b/playwright.Dockerfile index 4476cba2..b81cbd0e 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.37.1-jammy +FROM mcr.microsoft.com/playwright:v1.38.0-jammy ARG UID=1000 GID=1000 diff --git a/pyproject.toml b/pyproject.toml index 2c98108f..555eabcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-mock==3.11.1", "pytest-timeout==2.1.0", - "playwright==1.37.0", + "playwright==1.38.0", ] lint = [