Skip to content

Commit

Permalink
HBASE-27524 Fix python requirements problem (#4918)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulin Niu <niuyulin@apache.org>
  • Loading branch information
Apache9 committed Dec 13, 2022
1 parent d78d404 commit 8b4e134
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dev-support/git-jira-release-audit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions dev-support/python-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b4e134

Please sign in to comment.