Skip to content

Commit e2140da

Browse files
authored
chore: update pytest requirement from <9.0,>=8.4.0 to >=8.4.0,<10.0
chore: update pytest requirement from <9.0,>=8.4.0 to >=8.4.0,<10.0
2 parents 54454ae + 181ab84 commit e2140da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ duosubs = "duosubs.cli.main:app"
5959
[project.optional-dependencies]
6060
dev = [
6161
"ruff>=0.12.4,<1.0",
62-
"pytest>=8.4.0,<9.0",
62+
"pytest>=8.4.0,<10.0",
6363
"coverage>=7.9.2,<8.0",
6464
"playwright>=1.54.0,<2.0",
6565
"requests>=2.32.4,<3.0",

0 commit comments

Comments
 (0)