Skip to content

Commit

Permalink
update pyOpenSSL dependency to 24.1.0 (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazam1942 authored Mar 12, 2024
1 parent eeb0cf0 commit 2b51b65
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/ibm_cloud_pak_for_security/Dockerfile
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ RUN microdnf update -y && rm -fr /var/cache/yum && \
COPY ./bundle/ /opt/app/
RUN chown -R 1001 /opt/app/
RUN python3 -m pip install --upgrade pip
RUN pip3 install 'cryptography==3.4.7'
RUN pip3 install 'pyopenssl==21.0.0'
RUN pip3 install 'cryptography==42.0.5'
RUN pip3 install 'pyopenssl==24.1.0 '

USER 1001

2 changes: 1 addition & 1 deletion stix_shifter/requirements.txt
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ flask==3.0.0
flatten_json==0.1.14
json-fix==0.5.2
jsonmerge==1.9.2
pyOpenSSL==23.3.0
pyOpenSSL==24.1.0
python-dateutil==2.8.2
requests_toolbelt==0.10.1
stix2-matcher==3.0.0

0 comments on commit 2b51b65

Please sign in to comment.