Skip to content

Commit 62d52ae

Browse files
committed
Update playwright as 1.43 depends on greenlet version that is incompatible with py3.13
1 parent 5e7a61c commit 62d52ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ theme = ["libsass>=0.23.0"]
5757
test = [
5858
"pytest>=6.2.4",
5959
"pytest-asyncio>=0.17.2",
60-
"pytest-playwright>=0.3.0",
61-
"playwright>=1.43.0",
60+
"pytest-playwright>=0.5.2",
61+
"playwright>=1.47.0",
6262
"pytest-xdist",
6363
"pytest-timeout",
6464
"pytest-rerunfailures",

0 commit comments

Comments
 (0)