Skip to content

Commit d3c4c5e

Browse files
authored
Merge pull request #136 from The-AI-Alliance/dependabot/uv/pytest-gte-9.1.0
Update pytest requirement from >=9.0.3 to >=9.1.0
2 parents 2b1fc13 + 5e91909 commit d3c4c5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ build-backend = "setuptools.build_meta"
2929

3030
[project.optional-dependencies]
3131
dev = [
32+
"hypothesis>=6.152.8",
3233
"hypothesis>=6.155.2",
33-
"pytest>=9.0.3",
34+
"pytest>=9.1.0",
3435
"pylint>=4.0.5",
3536
"black>=26.5.1",
3637
"ruff>=0.15.16",

0 commit comments

Comments
 (0)