Drop b1 from min version in requirements.txt

The min versions for sahara has been set to a beta version
for a while now. Let's set it to the official corresponding
release versions.

Change-Id: I93a92fb9d83ade0121762d62f6c34f992b399599
This commit is contained in:
Corey Bryant 2023-03-03 14:24:36 -05:00
parent d93365f151
commit 937405e6c9
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ oslo.log>=3.36.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
sahara>=10.0.0.0b1
sahara>=10.0.0
six>=1.10.0 # MIT