From 7a80b01e8eff500b67e91a03261fde2a89d630ca Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 13 Dec 2022 23:59:44 +0800 Subject: [PATCH] HBASE-27524 Fix python requirements problem (#4918) Signed-off-by: Yulin Niu (cherry picked from commit 8b4e134f8cf71c1b6155839439e7c1d995573c5a) --- dev-support/python-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-support/python-requirements.txt b/dev-support/python-requirements.txt index 8ef693e7221d..1f50b2d30b42 100644 --- a/dev-support/python-requirements.txt +++ b/dev-support/python-requirements.txt @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -requests -future -gitpython -rbtools -jinja2 +requests==2.28.1 +future==0.18.2 +gitpython==3.1.29 +rbtools==4.0 +jinja2==3.1.2