This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 8b4e134f8cf HBASE-27524 Fix python requirements problem (#4918)
8b4e134f8cf is described below
commit 8b4e134f8cf71c1b6155839439e7c1d995573c5a
Author: Duo Zhang <[email protected]>
AuthorDate: Tue Dec 13 23:59:44 2022 +0800
HBASE-27524 Fix python requirements problem (#4918)
Signed-off-by: Yulin Niu <[email protected]>
---
dev-support/git-jira-release-audit/requirements.txt | 6 +++---
dev-support/python-requirements.txt | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-support/git-jira-release-audit/requirements.txt
b/dev-support/git-jira-release-audit/requirements.txt
index 5bc6fb3688a..e3f7fe2e656 100644
--- a/dev-support/git-jira-release-audit/requirements.txt
+++ b/dev-support/git-jira-release-audit/requirements.txt
@@ -16,14 +16,14 @@
# limitations under the License.
#
blessed==1.17.0
-certifi==2019.11.28
+certifi==2022.12.07
cffi==1.13.2
chardet==3.0.4
-cryptography=3.3.2
+cryptography==3.3.2
defusedxml==0.6.0
enlighten==1.4.0
gitdb2==2.0.6
-GitPython==3.0.5
+GitPython==3.1.29
idna==2.8
jira==2.0.0
oauthlib==3.1.0
diff --git a/dev-support/python-requirements.txt
b/dev-support/python-requirements.txt
index 8ef693e7221..1f50b2d30b4 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