HBASE-27524 Fix python requirements problem (#4918)

Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
Duo Zhang 2022-12-13 23:59:44 +08:00 committed by GitHub
parent d78d40404c
commit 8b4e134f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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