Skip to content

Commit

Permalink
Update to PyYAML==6.0.1 (#920)
Browse files Browse the repository at this point in the history
This is to handle the recent breakage caused by us not always using
pre-built wheels for our dependencies.

Switching off of pip-custom-platform would be a better fix but, just
like in PaaSTA, this is likely to be quite a bit of work so for now we
can simply upgrade our PyYAML.
  • Loading branch information
nemacysts authored Jul 27, 2023
1 parent df779f1 commit b17c5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ override_dh_virtualenv:
echo $(PIP_INDEX_URL)
dh_virtualenv --index-url $(PIP_INDEX_URL) \
--python=/usr/bin/python3.6 \
--preinstall no-manylinux1 \
--preinstall cython \
--preinstall cython==0.29.36 \
--preinstall pip-custom-platform \
--preinstall pip==9.0.1 \
--preinstall setuptools==46.1.3 \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python-dateutil==2.8.1
python-jose==3.0.1
pytimeparse==1.1.8
pytz==2019.3
PyYAML==5.4.1
PyYAML==6.0.1
requests==2.22.0
requests-oauthlib==1.2.0
responses==0.10.6
Expand Down

0 comments on commit b17c5c2

Please sign in to comment.