Unpin isort

This effectively reverts dac170c8b4 .

The isort library was pinned due the pylint error in the past, but
the issue was already fixed. Unpin the library so that we can try
more recent versions.

Change-Id: Id8519c9ab8c3ea2441c5453526202702abf140e9
This commit is contained in:
Takashi Kajinami
2025-06-10 21:41:41 +09:00
parent cf5b6d04cd
commit d518d76b48

View File

@@ -1,5 +1,4 @@
coverage!=4.4,>=4.0 # Apache-2.0
isort==4.3.21 # MIT
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD