We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8776e commit dce553fCopy full SHA for dce553f
e2e/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/playwright/python:v1.38.0-focal
+FROM mcr.microsoft.com/playwright/python:v1.39.0-focal
2
COPY entrypoint.sh wait-for ./
3
RUN apt update -y \
4
&& apt install -y netcat wget \
requirements-dev.txt
@@ -1,6 +1,6 @@
bump2version==1.0.1
Babel==2.12.1
black==23.9.1
-playwright==1.38.0
+playwright==1.39.0
5
pytest-playwright==0.4.2
6
ruff===0.0.292
0 commit comments