From 1975b93ad8f5f043636a43f065fab5f69020c39a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 4 Sep 2023 15:01:15 +0200 Subject: [PATCH] Bump playwright and pytest-playwright --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4dce31de..9c7177b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,10 +52,10 @@ dev = [ ] test = [ "factory-boy==3.2.1", - "playwright==1.33.0", + "playwright==1.37.0", "pytest==6.2.5", "pytest-django==4.5.2", - "pytest-playwright==0.3.3", + "pytest-playwright==0.4.2", ] docker = [