Skip to content

Commit

Permalink
Bump pyyaml version
Browse files Browse the repository at this point in the history
Ran into this issue
yaml/pyyaml#601
Bumping pyyaml from 6.0.0 to 6.0.1 solved it

(cherry picked from commit 30a9ffe)
  • Loading branch information
naisila authored and gokhangulbiz committed Aug 16, 2023
1 parent 73bd9ec commit e7a0a97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/images/citusupgradetester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytest-asyncio==0.21.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pytest-xdist==3.2.1
pyyaml==6.0
pyyaml==6.0.1
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10'
sortedcontainers==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion ci/images/failtester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytest-asyncio==0.21.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pytest-xdist==3.2.1
pyyaml==6.0
pyyaml==6.0.1
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10'
sortedcontainers==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion ci/images/pgupgradetester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytest-asyncio==0.21.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pytest-xdist==3.2.1
pyyaml==6.0
pyyaml==6.0.1
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10'
sortedcontainers==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion ci/images/stylechecker/files/etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pytest-asyncio==0.21.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pytest-xdist==3.2.1
pyyaml==6.0
pyyaml==6.0.1
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10'
sortedcontainers==2.4.0
Expand Down

0 comments on commit e7a0a97

Please sign in to comment.