Skip to content

Commit

Permalink
Downgrade PyYAML to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nootr committed Mar 21, 2024
1 parent 3d2bd41 commit 8ab7747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
celery==5.3.6
PyYAML==6.0
PyYAML==5.3.1
tinydb==4.8.0
typing_extensions==4.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
scripts=["scripts/fikkie"],
install_requires=[
"celery==5.3.6",
"PyYAML==6.0",
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
"tinydb==4.8.0",
"typing_extensions==4.0.1",
],
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mypy==0.920
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1
types-PyYAML==6.0.1
types-PyYAML==5.3.1

0 comments on commit 8ab7747

Please sign in to comment.