Skip to content

Commit

Permalink
chore: pin pyyaml to 5.3.1
Browse files Browse the repository at this point in the history
* 5.4.1 is broken by yaml/pyyaml#724
  • Loading branch information
madwort committed Aug 18, 2023
1 parent a9a89e7 commit f570416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ isort
pytest
pytest-cov
pytest-django
pyyaml==5.3.1
responses
1 change: 1 addition & 0 deletions requirements.prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environs[django]
furl
gunicorn
osgithub
pyyaml==5.3.1
requests
structlog
whitenoise[brotli]

0 comments on commit f570416

Please sign in to comment.