Skip to content

Commit

Permalink
Pin PyYAML version to 6.0.1 to avoid CI errors temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr committed Jul 19, 2023
1 parent 4eaa918 commit 5268a06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
- Allow non-AWS endpoints for testing Filebeat awss3 input. {issue}35496[35496] {pull}35520[35520]
- Add AUTH (username) and SSL/TLS support for Redis module {pull}35240[35240]
- Pin PyYAML version to 5.3.1 to avoid CI errors temporarily {pull}36091[36091]
- Pin PyYAML version to 6.0.1 to avoid CI errors temporarily {pull}[]

==== Deprecated

Expand Down
2 changes: 1 addition & 1 deletion libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pyrsistent==0.16.0
pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.3.1
PyYAML==6.0.1
redis==4.4.4
requests==2.31.0
semver==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion libbeat/tests/system/requirements_aix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyrsistent==0.16.0
pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
PyYAML==5.3.1
PyYAML==6.0.1
redis==4.4.4
requests==2.31.0
semver==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip3 install --upgrade pip==20.1.1
RUN pip3 install --upgrade docker-compose==1.23.2
RUN pip3 install --upgrade setuptools==47.3.2
RUN pip3 install --upgrade PyYAML==5.3.1
RUN pip3 install --upgrade PyYAML==6.0.1

# Oracle instant client
RUN cd /usr/lib \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docutils==0.15.2
jmespath==0.9.5
pyasn1==0.4.8
python-dateutil==2.8.1
PyYAML==5.3.1
PyYAML==6.0.1
rsa==4.7.2
s3transfer==0.3.3
six==1.14.0
Expand Down

0 comments on commit 5268a06

Please sign in to comment.