Re: [PATCH 1/1] doc: update Python requirements

2025-04-08 Thread Tom Rini
On Tue, Apr 08, 2025 at 05:36:06PM +0200, Heinrich Schuchardt wrote: > Update the Python dependencies to the newest releases. > This addresses CVE-2024-56326, CVE-2024-56201, CVE-2025-27516 for jinja2. > > Signed-off-by: Heinrich Schuchardt > --- > doc/sphinx/requirements.txt | 22 +++--

Re: [PATCH 1/1] doc: update Python requirements

2024-10-22 Thread Simon Glass
On Mon, 21 Oct 2024 at 20:08, Heinrich Schuchardt wrote: > > Update Sphinx, sphinx-rtd-theme, and their dependencies. > > Signed-off-by: Heinrich Schuchardt > --- > doc/sphinx/requirements.txt | 33 + > 1 file changed, 17 insertions(+), 16 deletions(-) > Reviewed