Skip to content

Commit

Permalink
Bump certifi version (#1402)
Browse files Browse the repository at this point in the history
* Update certifi package

* Update number of the issue
  • Loading branch information
Tansito authored Jul 9, 2024
1 parent 59a70b0 commit 492ab29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
scipy==1.10 \
qiskit-ibm-provider>=0.9.0 \
qiskit-aer>=0.13.3 \
certifi==2023.7.22
certifi==2024.7.4
pip install nbmake pytest
- name: Run tests
run: |
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ USER $RAY_UID
COPY --chown=$RAY_UID:$RAY_UID ./client ./qs

WORKDIR /qs
# TODO: certifi version pinned to 2023.7.22. More info in #870
# TODO: certifi version pinned to 2024.7.4. More info in #421
# TODO: pyarrow version pinned to 14.0.1
RUN pip install . --no-cache-dir &&\
pip install --no-cache-dir pyarrow==14.0.1 &&\
pip install --no-cache-dir certifi==2023.7.22
pip install --no-cache-dir certifi==2024.7.4

WORKDIR /
RUN rm -r ./qs
Expand All @@ -31,12 +31,12 @@ RUN apt-get -y update &&\
COPY --chown=$RAY_UID:$RAY_UID ./client ./qs

WORKDIR /qs
# TODO: certifi version pinned to 2023.7.22. More info in #870
# TODO: certifi version pinned to 2024.7.4. More info in #421
# TODO: pyarrow version pinned to 14.0.1
RUN pip install . --no-cache-dir &&\
pip install --no-cache-dir pyarrow==14.0.1 &&\
if [ "$TARGETARCH" = "arm64" ] ; \
then pip install --no-cache-dir certifi==2023.7.22 ; \
then pip install --no-cache-dir certifi==2024.7.4 ; \
fi

WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion proxy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2024.2.2
certifi==2024.7.4
requests==2.32.2
gunicorn==22.0.0
flask==3.0.3
Expand Down

0 comments on commit 492ab29

Please sign in to comment.