Skip to content

Commit

Permalink
Downgrading PyYAML to 5.3.1 due to 5.4 failing to build for Cython<3
Browse files Browse the repository at this point in the history
Solution taken from yaml/pyyaml#724
Main issue yaml/pyyaml#728
Recommended workaround yaml/pyyaml#736
  • Loading branch information
said-moj committed Aug 9, 2023
1 parent 0534141 commit c12319d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/generated/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pytz==2021.1
# -r requirements/source/requirements-base.in
# celery
# cla-common
pyyaml==5.4
pyyaml==5.3.1
# via
# -r requirements/source/requirements-base.in
# aspy.yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements/generated/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pytz==2021.1
# babel
# celery
# cla-common
pyyaml==5.4
pyyaml==5.3.1
# via -r requirements/source/requirements-base.in
requests==2.27.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/generated/requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pytz==2021.1
# -r requirements/source/requirements-base.in
# celery
# cla-common
pyyaml==5.4
pyyaml==5.3.1
# via -r requirements/source/requirements-base.in
requests==2.27.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/generated/requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pytz==2021.1
# -r requirements/source/requirements-base.in
# celery
# cla-common
pyyaml==5.4
pyyaml==5.3.1
# via -r requirements/source/requirements-base.in
requests==2.27.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/source/requirements-base.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ polib==1.0.6
# Fork PgFulltext - PR added
https://github.com/ministryofjustice/djorm-ext-pgfulltext/archive/refs/tags/0.1.0.tar.gz
celery==4.0.2
PyYAML==5.4
PyYAML==5.3.1
pyminizip==0.2.3

#Irat healthcheck and ping package
Expand Down

0 comments on commit c12319d

Please sign in to comment.