diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-02 14:13:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-02 14:13:57 -0600 |
commit | 8c069df8dd727bf78426aaa4604750ab93732f04 (patch) | |
tree | 17ac5bea9d7200864aec9a5f531caed0a3e4e3ec /test | |
parent | f0ec3e608902ca1f573e5b7017da6bc804483f55 (diff) | |
parent | 1312faac5f52d27cfb45dfe1a5a93a2944ca5c21 (diff) |
Merge tag 'v2024.10-rc4' into next
Prepare v2024.10-rc4
Diffstat (limited to 'test')
-rw-r--r-- | test/py/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 2b1489808c0..75760f96e56 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,14 +1,14 @@ atomicwrites==1.4.1 attrs==19.3.0 concurrencytest==0.1.2 -coverage==4.5.4 +coverage==6.2 extras==1.0.0 filelock==3.0.12 fixtures==3.0.0 importlib-metadata==0.23 linecache2==1.0.0 more-itertools==7.2.0 -packaging==23.2 +packaging==24.1 pbr==5.4.3 pluggy==0.13.0 py==1.11.0 @@ -20,7 +20,7 @@ pytest==6.2.5 pytest-xdist==2.5.0 python-mimeparse==1.6.0 python-subunit==1.3.0 -requests==2.32.2 +requests==2.32.3 setuptools==70.3.0 six==1.16.0 testtools==2.3.0 |