Skip to content

Commit 2262177

Browse files
authored
Merge pull request #66 from ddanier/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 7354da2 + 8f10d0b commit 2262177

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
@@ -16,7 +16,7 @@ Repository = "https://github.com/team23/pydantic-partial"
1616

1717
[dependency-groups]
1818
dev = [
19-
"pytest>=8.4.2,<9.0.0",
19+
"pytest>=8.4.2,<10.0.0",
2020
"pytest-cov>=7.0.0,<8",
2121
"tox>=4.30.3,<5.0",
2222
"ruff>=0.14.0,<0.15.0",

0 commit comments

Comments
 (0)