Skip to content

Commit

Permalink
Pin PyYAML 6.0.1 to get around yaml/pyyaml#601 (#309)
Browse files Browse the repository at this point in the history
* Pin PyYAML 6.0.1 to get around yaml/pyyaml#601

* auto update of  tag

---------

Co-authored-by: Github Action <auto@github.com>
  • Loading branch information
audiodude and Github Action authored Jul 19, 2023
1 parent cbb2f48 commit 512787d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions images/singleuser/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ wmpaws
# Web dev stuff
flask
fastapi

# mwpersistence has a dep which pulls in PyYAML 5.4.1, which has
# packaging issues with Cython 3.0.0 (also present in PyYAML 6.0.0).
# Pin a higher version.
pyyaml>6.0.0
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jupyterhub:
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-306 # singleuser tag managed by github actions
tag: pr-309 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 1G
Expand Down

0 comments on commit 512787d

Please sign in to comment.