Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-27524 Fix python requirements problem #4918

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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