diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-17 15:06:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-17 15:24:22 -0500 |
commit | 662eade79e67ee2cefb0cb7ce27a56a34f21871d (patch) | |
tree | 284f4b935345af60f2c50af6c2b46e63927e7ce2 /test/py | |
parent | 50a907edbb2c69d843600fb4c7723fbdea6d2246 (diff) |
test/py/requirements.txt: Update packaging requirement
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>
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 07348b6159..c3cc9163fb 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 |