Skip to content

Bump pyyaml from 5.1.2 to 5.4 #5207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Changed

* Update ``jinja2`` dependency to the latest stable version (2.11.3). #5195

* Update ``pyyaml`` dependency to the latest stable version (5.4). #5207

Improvements
~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python-gnupg==0.4.5
python-keyczar==0.716
pytz==2019.1
pywinrm==0.3.0
pyyaml==5.1.2
pyyaml==5.4
requests[security]==2.23.0
retrying==1.3.3
routes==2.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python-json-logger
python-statsd==2.1.0
pytz==2019.1
pywinrm==0.3.0
pyyaml==5.1.2
pyyaml==5.4
rednose
requests[security]==2.23.0
retrying==1.3.3
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ oslo.utils<5.0,>=4.0.0
pyinotify==0.9.6; platform_system=="Linux"
python-dateutil==2.8.0
python-json-logger
pyyaml==5.1.2
pyyaml==5.4
requests[security]==2.23.0
six==1.13.0
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prompt-toolkit==1.0.15
python-dateutil==2.8.0
python-editor==1.0.4
pytz==2019.1
pyyaml==5.1.2
pyyaml==5.4
requests[security]==2.23.0
six==1.13.0
sseclient-py==1.7
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ paramiko==2.7.2
pymongo==3.10.0
python-dateutil==2.8.0
python-statsd==2.1.0
pyyaml==5.1.2
pyyaml==5.4
requests[security]==2.23.0
retrying==1.3.3
routes==2.4.1
Expand Down
2 changes: 1 addition & 1 deletion test-requirements-py27.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nose-timer==0.7.5
# splitting tests run on a separate CI machines
nose-parallel==0.3.1
# Required by st2client tests
pyyaml==5.1.2
pyyaml==5.4
RandomWords
gunicorn==19.9.0
psutil==5.6.6
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nose-timer==0.7.5
# splitting tests run on a separate CI machines
nose-parallel==0.3.1
# Required by st2client tests
pyyaml==5.1.2
pyyaml==5.4
RandomWords
gunicorn==19.9.0
psutil==5.6.6
Expand Down