Skip to content

Commit

Permalink
Update playwright to 1.39 (alephdata#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris authored Oct 27, 2023
1 parent bf8776e commit dce553f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright/python:v1.38.0-focal
FROM mcr.microsoft.com/playwright/python:v1.39.0-focal
COPY entrypoint.sh wait-for ./
RUN apt update -y \
&& apt install -y netcat wget \
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bump2version==1.0.1
Babel==2.12.1
black==23.9.1
playwright==1.38.0
playwright==1.39.0
pytest-playwright==0.4.2
ruff===0.0.292

0 comments on commit dce553f

Please sign in to comment.