Skip to content

Commit

Permalink
Update to PyYAML==6.0.1
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 committed Jul 27, 2023
1 parent df779f1 commit 3af8bcb
Showing 1 changed file with 1 addition and 1 deletion.
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 3af8bcb

Please sign in to comment.