Skip to content

Commit 2fd66fd

Browse files
authored
Merge pull request #39 from team23/dependabot/uv/pytest-gte-8.4.2-and-lt-10.0.0
chore(deps): Update pytest requirement from <9.0.0,>=8.4.2 to >=8.4.2,<10.0.0
2 parents 6517b60 + 576895e commit 2fd66fd

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
@@ -14,7 +14,7 @@ Repository = "https://github.com/team23/async-signals"
1414

1515
[dependency-groups]
1616
dev = [
17-
"pytest>=8.4.2,<9.0.0",
17+
"pytest>=8.4.2,<10.0.0",
1818
"pytest-cov>=7.0.0,<8",
1919
"pytest-mock>=3.15.1,<4",
2020
"anyio[trio]>=4.11.0,<5.0.0",

0 commit comments

Comments
 (0)