Skip to content
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

Bump pyyaml and orjson #6029

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
in development
--------------

Changed
~~~~~~~
Comment on lines +7 to +8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a Changed sub-section below under in development


* Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7`
* Bumped `pyyaml` to `6.0.1` and `orjson` to `3.9.7`. #6029

Contributed by @mamercad

Fixed
~~~~~

Expand Down
4 changes: 2 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python-editor==1.0.4
python-keyczar==0.716
pytz==2021.1
pywinrm==0.4.1
pyyaml==5.4.1
pyyaml==6.0.1
redis==4.1.4
requests[security]==2.25.1
retrying==1.3.3
Expand Down Expand Up @@ -81,5 +81,5 @@ nose-parallel==0.4.0
psutil==5.8.0
python-dateutil==2.8.1
python-statsd==2.1.0
orjson==3.5.2
orjson==3.9.7
zipp<3.16.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ networkx>=2.5.1,<2.6
nose
nose-parallel==0.4.0
nose-timer==1.0.1
orjson==3.5.2
orjson==3.9.7
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.5.0
oslo.config>=1.12.1,<1.13
oslo.utils<5.0,>=4.0.0
Expand All @@ -57,7 +57,7 @@ python-json-logger
python-statsd==2.1.0
pytz==2021.1
pywinrm==0.4.1
pyyaml==5.4.1
pyyaml==6.0.1
redis==4.1.4
rednose
requests[security]==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ pyinotify==0.9.6 ; platform_system=="Linux"
pyparsing<3
python-dateutil==2.8.1
python-json-logger
pyyaml==5.4.1
pyyaml==6.0.1
requests[security]==2.25.1
six==1.13.0
4 changes: 2 additions & 2 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ cryptography==3.4.7
importlib-metadata==3.10.1
jsonpath-rw==1.4.0
jsonschema==2.6.0
orjson==3.5.2
orjson==3.9.7
prettytable==2.1.0
prompt-toolkit==1.0.15
pyOpenSSL<=21.0.0
pysocks
python-dateutil==2.8.1
python-editor==1.0.4
pytz==2021.1
pyyaml==5.4.1
pyyaml==6.0.1
requests[security]==2.25.1
six==1.13.0
sseclient-py==1.7
Expand Down
4 changes: 2 additions & 2 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ kombu==5.0.2
lockfile==0.12.2
mongoengine==0.23.0
networkx>=2.5.1,<2.6
orjson==3.5.2
orjson==3.9.7
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.5.0
oslo.config>=1.12.1,<1.13
paramiko==2.10.5
pyOpenSSL<=21.0.0
pymongo==3.11.3
python-dateutil==2.8.1
python-statsd==2.1.0
pyyaml==5.4.1
pyyaml==6.0.1
redis==4.1.4
requests[security]==2.25.1
retrying==1.3.3
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==1.0.1
# splitting tests run on a separate CI machines
nose-parallel==0.4.0
# Required by st2client tests
pyyaml==5.4.1
pyyaml==6.0.1
RandomWords
gunicorn==20.1.0
psutil==5.8.0
Expand Down
Loading