Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfiles/base/00.python-redhat-ubi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LABEL maintainer="squad:git-defenders" url="https://github.ibm.com/whitewater/wh

User root
# install python 3.8 and corresponding pip ... install git (used in DS scan)
RUN microdnf -y install python38 python38-pip git
RUN microdnf -y install python39 python39-pip git
RUN microdnf -y update
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=21.1
urllib3<2.0.0
urllib3>2.4.0
coverage>=6.0b1
certifi>=2024.7.4
flake8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
'pyyaml',
'requests',
'urllib3<2.0.0',
'urllib3>2.4.0',
'boxsdk[jwt]<4.0.0',
'packaging',
'tabulate',
Expand Down