Skip to content

Commit 300bc90

Browse files
renovate[bot]cmeister2
authored andcommitted
fix(deps): update dependency playwright to >=1.55,<1.56
1 parent d0fbdfd commit 300bc90

File tree

2 files changed

+319
-3
lines changed

2 files changed

+319
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
[project.optional-dependencies]
3131
browser-tests = [
3232
"pytest>=8.3,<9",
33-
"playwright>=1.46,<1.47",
33+
"playwright>=1.55,<1.56",
3434
]
3535

3636
[project.scripts]
@@ -55,7 +55,7 @@ dev = [
5555
]
5656
browser-tests = [
5757
"pytest>=8.3,<9",
58-
"playwright>=1.46,<1.47",
58+
"playwright>=1.55,<1.56",
5959
]
6060

6161
[tool.mypy]

0 commit comments

Comments
 (0)