Skip to content

Commit

Permalink
Update pyyaml to 6.0
Browse files Browse the repository at this point in the history
seems like this was caused by a change from Jul 17 2023 with cython
[stackoverflow q with similar issue](https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources)

Signed-off-by: HenryL27 <[email protected]>
  • Loading branch information
HenryL27 authored Jul 24, 2023
1 parent ec92109 commit 5dd2387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
pyyaml = "~=5.4"
types-PyYAML = "~=5.4"
pyyaml = "~=6.0"
types-PyYAML = "~=6.0"
# TODO: The 'requests' package stays on 2.28 until we deprecate CentOS7.
# As newer version requires openssl1.1.1 where CentOS7 only provides openssl1.1.0.
# https://github.com/opensearch-project/opensearch-build/issues/3554
Expand Down

0 comments on commit 5dd2387

Please sign in to comment.