Skip to content

Commit

Permalink
pin pyyaml to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Aug 8, 2023
1 parent 4db900d commit 25f6223
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ pytz==2022.7.1
# django
# djangorestframework
# drf-yasg
pyyaml==5.4.1
pyyaml==5.3.1
# via
# -r requirements.txt
# docker-compose
Expand Down
5 changes: 5 additions & 0 deletions src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ scos_tekrsa @ git+https://github.com/NTIA/[email protected]
certifi>=2023.07.22 # CVE-2023-37920
cryptography>=41.0.3 # GHSA-jm77-qphf-c4w8
sqlparse>=0.4.4 # CVE-2023-30608

# PyYAML 5.4 is broken: https://github.com/yaml/pyyaml/issues/724
# And docker-compose requires <6.0
# This should be removed once the docker-compose dependency is dropped
pyyaml==5.3.1
3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ pytz==2022.7.1
# django
# djangorestframework
# drf-yasg
pyyaml==5.4.1
pyyaml==5.3.1
# via
# -r requirements.in
# docker-compose
# ray
ray==2.5.1
Expand Down

0 comments on commit 25f6223

Please sign in to comment.