diff --git a/pyproject.toml b/pyproject.toml index 8bf8a18..f169abe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.13.4", - "pytest==9.1.0" + "pytest==9.1.1" ] type_check = [ "mypy==2.1.0"