Skip to content

Commit c7bea23

Browse files
authored
Merge pull request #4 from Boyeep/dependabot/pip/backend/pytest-gte-8.3-and-lt-10.0
Update pytest requirement from <9.0,>=8.3 to >=8.3,<10.0 in /backend
2 parents d620cc2 + ae2a7dd commit c7bea23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dev = [
2323
"httpx>=0.28,<1.0",
2424
"pip-licenses>=5.5,<6.0",
25-
"pytest>=8.3,<9.0",
25+
"pytest>=8.3,<10.0",
2626
"ruff>=0.11,<1.0",
2727
]
2828

0 commit comments

Comments
 (0)