Skip to content

Commit

Permalink
Update playwright to 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris authored and simonwoerpel committed Apr 22, 2024
1 parent 88e4e74 commit 64ec8ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.41.0-focal
FROM mcr.microsoft.com/playwright/python:v1.40.0-focal
COPY entrypoint.sh wait-for ./
RUN apt update -y \
&& apt install -y netcat wget \
Expand Down
4 changes: 2 additions & 2 deletions 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.39.0
pytest-playwright==0.4.2
playwright==1.40.0
pytest-playwright==0.4.3
ruff===0.0.292

0 comments on commit 64ec8ee

Please sign in to comment.