On 17.06.24 15:53, Simon Glass wrote:
Hi Heinrich,
On Sun, 16 Jun 2024 at 02:59, Heinrich Schuchardt
<[email protected]> wrote:
Update all required Python packages to current release.
Signed-off-by: Heinrich Schuchardt <[email protected]>
---
doc/sphinx/requirements.txt | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass <[email protected]>
Does this fix / change anything? It is good to keep up-to-date to some
extent, but it will break documentation for existing checkouts, until
they refresh.
Regards,
SImon
Thanks for reviewing.
There was no bug but for instance an outdated certificates list was used.
The new requirements.txt is only used when you run `pip install -r
doc/sphinx/requirements.txt`.
Best regards
Heinrich