Skip to content

Commit 26850c4

Browse files
fix(deps): update dependency pytest to v9
1 parent 6acc9c8 commit 26850c4

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
@@ -30,10 +30,10 @@ dependencies = [
3030
browser-tests = [
3131
"playwright>=1.55,<1.56",
3232
"pytest_playwright>=0.7.1,<0.8",
33-
"pytest>=8.3,<9",
33+
"pytest>=9,<10",
3434
]
3535
python-tests = [
36-
"pytest>=8.3,<9",
36+
"pytest>=9,<10",
3737
]
3838

3939
[project.scripts]

0 commit comments

Comments
 (0)