Re: [PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project

2024-08-21 Thread Tom Rini
On Mon, 19 Aug 2024 15:07:18 -0600, Tom Rini wrote: > In order to build the docker container, which contains a download cache > of python modules, we need to have our versions be in sync in each > requirements file. Update some of the cases where which are older than > the rest of the project. >

Re: [PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project

2024-08-20 Thread Simon Glass
On Mon, 19 Aug 2024 at 15:07, Tom Rini wrote: > > In order to build the docker container, which contains a download cache > of python modules, we need to have our versions be in sync in each > requirements file. Update some of the cases where which are older than > the rest of the project. > > Sig