diff mbox series

test/py/requirements.txt: Update packaging requirement

Message ID 20240117200654.1880463-1-trini@konsulko.com
State Accepted
Commit 662eade79e67ee2cefb0cb7ce27a56a34f21871d
Delegated to: Tom Rini
Headers show
Series test/py/requirements.txt: Update packaging requirement | expand

Commit Message

Tom Rini Jan. 17, 2024, 8:06 p.m. UTC
Update packaging to be version 23.2 to match our Sphinx requirements.
This will let us build a pip cache out of both of our requirements.txt
files.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 test/py/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 18, 2024, 2:05 p.m. UTC | #1
On Wed, 17 Jan 2024 15:06:54 -0500, Tom Rini wrote:

> Update packaging to be version 23.2 to match our Sphinx requirements.
> This will let us build a pip cache out of both of our requirements.txt
> files.
> 
> 

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 07348b61596f..c3cc9163fb86 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -8,7 +8,7 @@  fixtures==3.0.0
 importlib-metadata==0.23
 linecache2==1.0.0
 more-itertools==7.2.0
-packaging==21.3
+packaging==23.2
 pbr==5.4.3
 pluggy==0.13.0
 py==1.10.0