Skip to content

Commit df42792

Browse files
authored
Remove temp fix for pyyaml, update pyyaml (#531)
1 parent 7db36d1 commit df42792

File tree

3 files changed

+43
-44
lines changed

3 files changed

+43
-44
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ COPY Pipfile.lock .
1010

1111
RUN pip install --no-cache-dir pip==$(sed -nE 's/pip = "==(.*)"/\1/p' Pipfile)
1212
RUN pip install --no-cache-dir pipenv==$(sed -nE 's/pipenv = "==(.*)"/\1/p' Pipfile)
13-
RUN pip install --no-cache-dir "cython<3.0" pyyaml --no-build-isolation
1413
RUN pipenv install --system
1514

1615
COPY . .

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pylint = "==2.17.4"
2525
pynacl = "==1.5.0"
2626
pytest = "==7.4.0"
2727
pytest-asyncio = "==0.21.1"
28-
pyyaml = "==6.0"
28+
pyyaml = "==6.0.1"
2929

3030
[requires]
3131
python_version = "3.11"

Pipfile.lock

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)