Skip to content

Commit 8b4e134

Browse files
authored
HBASE-27524 Fix python requirements problem (#4918)
Signed-off-by: Yulin Niu <niuyulin@apache.org>
1 parent d78d404 commit 8b4e134

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

dev-support/git-jira-release-audit/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
# limitations under the License.
1717
#
1818
blessed==1.17.0
19-
certifi==2019.11.28
19+
certifi==2022.12.07
2020
cffi==1.13.2
2121
chardet==3.0.4
22-
cryptography=3.3.2
22+
cryptography==3.3.2
2323
defusedxml==0.6.0
2424
enlighten==1.4.0
2525
gitdb2==2.0.6
26-
GitPython==3.0.5
26+
GitPython==3.1.29
2727
idna==2.8
2828
jira==2.0.0
2929
oauthlib==3.1.0

dev-support/python-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
requests
19-
future
20-
gitpython
21-
rbtools
22-
jinja2
18+
requests==2.28.1
19+
future==0.18.2
20+
gitpython==3.1.29
21+
rbtools==4.0
22+
jinja2==3.1.2

0 commit comments

Comments
 (0)