Skip to content

Commit

Permalink
Bump pyyaml and orjson
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad committed Oct 5, 2023
1 parent 6f5ac8a commit 7d502dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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/[email protected]
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/[email protected]
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

0 comments on commit 7d502dd

Please sign in to comment.