From c62b9e62d1b7a12ece8ae96fe59613a0246e888a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 29 Mar 2026 23:18:25 +0900 Subject: [PATCH 1/2] Remove unnecessary direct dependency on Pygments This library is not directly used, but is installed as a dependency of sphinx or doc8. Change-Id: I0b8a55a19f80137e0714b227a7fa2ab574c7116f Signed-off-by: Takashi Kajinami --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cb2db98226..dfcd56c6ce 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD hacking>=6.1.0,<6.2.0 # Apache-2.0 oslotest>=4.4.1 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0 -Pygments>=2.7.2 # BSD license python-subunit>=1.4.0 # Apache-2.0/BSD requests-mock>=1.2.0 # Apache-2.0 testrepository>=0.0.20 # Apache-2.0/BSD From ec08b8b22b807b741c27a74e2497d58781d96fc2 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 2 Apr 2026 09:50:26 +0200 Subject: [PATCH 2/2] Bump hacking to >=8.0.0<8.1.0 Change-Id: Iff2a06fc4113f34117a3894e9bec7e54cb513d84 Signed-off-by: Michal Nasiadka --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index dfcd56c6ce..60429b8f98 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ bashate>=2.0.0 # Apache-2.0 coverage>=5.3 # Apache-2.0 doc8>=0.8.1 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=6.1.0,<6.2.0 # Apache-2.0 +hacking>=8.0.0,<8.1.0 # Apache-2.0 oslotest>=4.4.1 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0 python-subunit>=1.4.0 # Apache-2.0/BSD