File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5959Changed
6060~~~~~~~
6161
62+ * Security update for eventlet to 0.31.0. https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2
63+
6264* BREAKING CHANGE for anyone that uses ``output_schema ``, which is disabled by default.
6365 If you have ``[system].validate_output_schema = True `` in st2.conf AND you have added
6466 ``output_schema `` to any of your packs, then you must update your action metadata.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gitdb==4.0.2
1616# Note: greenlet is used by eventlet
1717greenlet==1.0.0
1818# [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581
19- git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8 #egg=gunicorn==20.1.0
19+ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 #egg=gunicorn==20.1.0
2020jsonpath-rw==1.4.0
2121jsonschema==2.6.0
2222kombu==5.0.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ decorator==4.4.2
1919dnspython >= 1.16.0 ,< 2.0.0
2020eventlet == 0.31.0
2121flex == 6.14.1
22- git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8 #egg=gunicorn==20.1.0
22+ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 #egg=gunicorn==20.1.0
2323gitdb == 4.0.2
2424gitpython == 3.1.15
2525greenlet == 1.0.0
Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88eventlet == 0.31.0
9- git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8 #egg=gunicorn==20.1.0
9+ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 #egg=gunicorn==20.1.0
1010jsonschema == 2.6.0
1111kombu == 5.0.2
1212mongoengine == 0.23.0
Original file line number Diff line number Diff line change 77# update the component requirements.txt
88bcrypt == 3.2.0
99eventlet == 0.31.0
10- git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8 #egg=gunicorn==20.1.0
10+ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 #egg=gunicorn==20.1.0
1111oslo.config >= 1.12.1 ,< 1.13
1212passlib == 1.7.4
1313pymongo == 3.11.3
Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88eventlet == 0.31.0
9- git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8 #egg=gunicorn==20.1.0
9+ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 #egg=gunicorn==20.1.0
1010jsonschema == 2.6.0
1111kombu == 5.0.2
1212mongoengine == 0.23.0
You can’t perform that action at this time.
0 commit comments