From ab98b1e8b6f92ab013dec52c195115b31bf5223b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 20 Jan 2025 21:35:07 +0900 Subject: [PATCH] Loose lower bound of python-dateutil Current minimum version is set without any specific reason. Lower down the version to the one currently used in octavia-tempest-plugin to validate timestamp fields. Change-Id: I6b0412ae09bb65c966955dc6586f4b300f367e12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ca39c1e1..e38cb50a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,6 +35,6 @@ cotyledon>=1.7.3 # Apache-2.0 keystoneauth1>=2.1 # Apache-2.0 python-observabilityclient>=0.0.4 # Apache-2.0 python-octaviaclient>=1.8.0 # Apache-2.0 -python-dateutil>=2.8.2 # BSD +python-dateutil>=2.5.3 # BSD python-heatclient>=1.17.0 # Apache-2.0 tzdata>=2022.4 # MIT