Skip to content

Commit

Permalink
docs: Pick up PyYAML 6.0.1
Browse files Browse the repository at this point in the history
[ upstream commit e06e70e ]

Revert commit 04d48fe, and pick up PyYAML 6.0.1.

Fixes: #26873

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
  • Loading branch information
michi-covalent authored and gandro committed Jul 19, 2023
1 parent ba9357d commit 0006c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ RUN apk add --no-cache --virtual --update \

FROM docs-base AS docs-builder
ADD ./requirements.txt /tmp/requirements.txt
# Workaround for https://github.com/yaml/pyyaml/issues/601
RUN pip install "Cython<3.0" pyyaml --no-build-isolation && pip install -r /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt

ENV HOME=/tmp
ENV READTHEDOCS_VERSION=$READTHEDOCS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Documentation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pyenchant==3.2.2
Pygments==2.14.0
pyrsistent==0.19.3
pytz==2022.7.1
PyYAML==6.0
PyYAML==6.0.1
requests==2.31.0
rich==12.6.0
rstcheck-core==1.0.3
Expand Down

0 comments on commit 0006c92

Please sign in to comment.