update requirements for os-service-types to new release 1.8.1

Update requirements for os-service-types to new release 1.8.1
and also related test.

Change-Id: I3f5916abf94ddd25eaeb3eddfda63e08a574a6a5
Signed-off-by: Jan Jasek <jjasek@redhat.com>
This commit is contained in:
Jan Jasek
2025-11-12 00:25:29 +01:00
parent fb794edea9
commit 1f931b61bb
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ class TestMaximumSupportedMicroversion(base.TestCase):
class TestOsServiceTypesVersion(base.TestCase):
def test_ost_version(self):
ost_version = '2022-09-13T15:34:32.154125'
ost_version = '2024-05-08T19:22:13.804707'
self.assertEqual(
ost_version,
os_service_types.ServiceTypes().version,

View File

@@ -5,7 +5,7 @@ iso8601>=0.1.11 # MIT
jmespath>=0.9.0 # MIT
jsonpatch!=1.20,>=1.16 # BSD
keystoneauth1>=5.10.0 # Apache-2.0
os-service-types>=1.8.0 # Apache-2.0
os-service-types>=1.8.1 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
platformdirs>=3 # MIT License
psutil>=3.2.2 # BSD