Skip to content

Commit dce553f

Browse files
authored
Update playwright to 1.39 (alephdata#3419)
1 parent bf8776e commit dce553f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright/python:v1.38.0-focal
1+
FROM mcr.microsoft.com/playwright/python:v1.39.0-focal
22
COPY entrypoint.sh wait-for ./
33
RUN apt update -y \
44
&& apt install -y netcat wget \

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bump2version==1.0.1
22
Babel==2.12.1
33
black==23.9.1
4-
playwright==1.38.0
4+
playwright==1.39.0
55
pytest-playwright==0.4.2
66
ruff===0.0.292

0 commit comments

Comments
 (0)