From c2a6f6f1c21dd8aa6675d1480e4b4d1355ab02fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 11:33:22 +0000 Subject: [PATCH 1/6] Bump eventlet from 0.30.2 to 0.31.0 Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.30.2 to 0.31.0. - [Release notes](https://github.com/eventlet/eventlet/releases) - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.30.2...v0.31.0) Signed-off-by: dependabot[bot] --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2actions/requirements.txt | 2 +- st2api/requirements.txt | 2 +- st2auth/requirements.txt | 2 +- st2common/requirements.txt | 2 +- st2exporter/requirements.txt | 2 +- st2reactor/requirements.txt | 2 +- st2stream/requirements.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 7793ccab22..e544271763 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -9,7 +9,7 @@ dnspython>=1.16.0,<2.0.0 cryptography==3.4.7 # Note: 0.20.0 removed select.poll() on which some of our code and libraries we # depend on rely -eventlet==0.30.2 +eventlet==0.31.0 flex==6.14.1 gitpython==3.1.15 # Needed by gitpython, old versions used to bundle it diff --git a/requirements.txt b/requirements.txt index ae871d0140..1c94420956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ bcrypt==3.2.0 chardet<3.1.0 cryptography==3.4.7 dnspython>=1.16.0,<2.0.0 -eventlet==0.30.2 +eventlet==0.31.0 flex==6.14.1 git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta diff --git a/st2actions/requirements.txt b/st2actions/requirements.txt index c2cbd0b00f..747762adb2 100644 --- a/st2actions/requirements.txt +++ b/st2actions/requirements.txt @@ -7,7 +7,7 @@ # update the component requirements.txt apscheduler==3.7.0 chardet<3.1.0 -eventlet==0.30.2 +eventlet==0.31.0 git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper gitpython==3.1.15 jinja2==2.11.3 diff --git a/st2api/requirements.txt b/st2api/requirements.txt index c9f385ab4d..332e3af57f 100644 --- a/st2api/requirements.txt +++ b/st2api/requirements.txt @@ -5,7 +5,7 @@ # If you want to update depdencies for a single component, modify the # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt -eventlet==0.30.2 +eventlet==0.31.0 gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index 6b6016bcb6..4dd511c3d2 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt bcrypt==3.2.0 -eventlet==0.30.2 +eventlet==0.31.0 git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap gunicorn==20.1.0 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 3bd47b7a24..d9fa07b772 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -10,7 +10,7 @@ apscheduler==3.7.0 chardet<3.1.0 cryptography==3.4.7 dnspython>=1.16.0,<2.0.0 -eventlet==0.30.2 +eventlet==0.31.0 flex==6.14.1 git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend diff --git a/st2exporter/requirements.txt b/st2exporter/requirements.txt index 9e00c8a9b0..eaa526e7a9 100644 --- a/st2exporter/requirements.txt +++ b/st2exporter/requirements.txt @@ -5,7 +5,7 @@ # If you want to update depdencies for a single component, modify the # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt -eventlet==0.30.2 +eventlet==0.31.0 kombu==5.0.2 oslo.config>=1.12.1,<1.13 six==1.13.0 diff --git a/st2reactor/requirements.txt b/st2reactor/requirements.txt index 3388a8214b..ad6f27cc5a 100644 --- a/st2reactor/requirements.txt +++ b/st2reactor/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt apscheduler==3.7.0 -eventlet==0.30.2 +eventlet==0.31.0 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/st2stream/requirements.txt b/st2stream/requirements.txt index a7bb19887a..7064a47412 100644 --- a/st2stream/requirements.txt +++ b/st2stream/requirements.txt @@ -5,7 +5,7 @@ # If you want to update depdencies for a single component, modify the # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt -eventlet==0.30.2 +eventlet==0.31.0 gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 From bfd8a989da26d283147e39ed4129fdbe59138d00 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 15 Sep 2022 13:14:14 +0200 Subject: [PATCH 2/6] Build gunicorn from github for fix to use eventlet version > 0.31.0 --- fixed-requirements.txt | 5 ++--- requirements.txt | 2 +- st2api/requirements.txt | 2 +- st2auth/requirements.txt | 2 +- st2stream/requirements.txt | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 9f60bb087e..94a4c6feca 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -8,8 +8,6 @@ cffi<1.15.0 # NOTE: 2.0 version breaks pymongo work with hosts dnspython>=1.16.0,<2.0.0 cryptography==3.4.7 -# Note: 0.20.0 removed select.poll() on which some of our code and libraries we -# depend on rely eventlet==0.31.0 flex==6.14.1 gitpython==3.1.15 @@ -17,7 +15,8 @@ gitpython==3.1.15 gitdb==4.0.2 # Note: greenlet is used by eventlet greenlet==1.0.0 -gunicorn==20.1.0 +# [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581 +git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/requirements.txt b/requirements.txt index 5f59040a1e..d57eed09f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,10 +19,10 @@ decorator==4.4.2 dnspython>=1.16.0,<2.0.0 eventlet==0.31.0 flex==6.14.1 +git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 gitdb==4.0.2 gitpython==3.1.15 greenlet==1.0.0 -gunicorn==20.1.0 importlib-metadata==3.10.1 jinja2==2.11.3 jsonpath-rw==1.4.0 diff --git a/st2api/requirements.txt b/st2api/requirements.txt index 2b8c5dc034..15712541e0 100644 --- a/st2api/requirements.txt +++ b/st2api/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index db43880653..cdc37cc37f 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -7,7 +7,7 @@ # update the component requirements.txt bcrypt==3.2.0 eventlet==0.31.0 -gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 oslo.config>=1.12.1,<1.13 passlib==1.7.4 pymongo==3.11.3 diff --git a/st2stream/requirements.txt b/st2stream/requirements.txt index 05328aabe1..dd63b91781 100644 --- a/st2stream/requirements.txt +++ b/st2stream/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 From bdc6e5ed3ec6ce07fe2ff1c32b6cd98a8fc0ac55 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 15 Sep 2022 15:09:58 +0200 Subject: [PATCH 3/6] Update changelog for eventlet version bump. --- CHANGELOG.rst | 2 ++ fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2api/requirements.txt | 2 +- st2auth/requirements.txt | 2 +- st2stream/requirements.txt | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b9f249c68..6ccb5d6d59 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -59,6 +59,8 @@ Added Changed ~~~~~~~ +* Security update for eventlet to 0.31.0. https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2 + * BREAKING CHANGE for anyone that uses ``output_schema``, which is disabled by default. If you have ``[system].validate_output_schema = True`` in st2.conf AND you have added ``output_schema`` to any of your packs, then you must update your action metadata. diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 94a4c6feca..6325d5c57a 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -16,7 +16,7 @@ gitdb==4.0.2 # Note: greenlet is used by eventlet greenlet==1.0.0 # [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581 -git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/requirements.txt b/requirements.txt index d57eed09f2..279b0f5cbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ decorator==4.4.2 dnspython>=1.16.0,<2.0.0 eventlet==0.31.0 flex==6.14.1 -git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 gitdb==4.0.2 gitpython==3.1.15 greenlet==1.0.0 diff --git a/st2api/requirements.txt b/st2api/requirements.txt index 15712541e0..d3542a3a9b 100644 --- a/st2api/requirements.txt +++ b/st2api/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index cdc37cc37f..680e962a0c 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -7,7 +7,7 @@ # update the component requirements.txt bcrypt==3.2.0 eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 oslo.config>=1.12.1,<1.13 passlib==1.7.4 pymongo==3.11.3 diff --git a/st2stream/requirements.txt b/st2stream/requirements.txt index dd63b91781..924252df19 100644 --- a/st2stream/requirements.txt +++ b/st2stream/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0 +git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 From 8e3232014f8ddb43d43d57423e01e099a7dd42af Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 15 Sep 2022 19:07:33 +0200 Subject: [PATCH 4/6] Use PEP 440 style requirements --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2api/requirements.txt | 2 +- st2auth/requirements.txt | 2 +- st2stream/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 6325d5c57a..ed9a221f9d 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -16,7 +16,7 @@ gitdb==4.0.2 # Note: greenlet is used by eventlet greenlet==1.0.0 # [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581 -git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 +gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/requirements.txt b/requirements.txt index 279b0f5cbb..2c36dcdcdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,10 +19,10 @@ decorator==4.4.2 dnspython>=1.16.0,<2.0.0 eventlet==0.31.0 flex==6.14.1 -git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 gitdb==4.0.2 gitpython==3.1.15 greenlet==1.0.0 +gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 importlib-metadata==3.10.1 jinja2==2.11.3 jsonpath-rw==1.4.0 diff --git a/st2api/requirements.txt b/st2api/requirements.txt index d3542a3a9b..981393d80f 100644 --- a/st2api/requirements.txt +++ b/st2api/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 +gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index 680e962a0c..c239f110c7 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -7,7 +7,7 @@ # update the component requirements.txt bcrypt==3.2.0 eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 +gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 oslo.config>=1.12.1,<1.13 passlib==1.7.4 pymongo==3.11.3 diff --git a/st2stream/requirements.txt b/st2stream/requirements.txt index 924252df19..aef52026f6 100644 --- a/st2stream/requirements.txt +++ b/st2stream/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt eventlet==0.31.0 -git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0 +gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 From 33f15fd57539a6c87e72f5736859a67c83070d79 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 15 Sep 2022 21:54:30 +0200 Subject: [PATCH 5/6] Enable CI debugging --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de160c7ebd..162ba7da87 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -572,7 +572,7 @@ jobs: # Once you are done debugging in your SSH session, simply: touch /continue # and this will continue the build. # - # - name: Setup tmate session for debugging failed jobs (allows SSH into the container) - # uses: mxschmitt/action-tmate@v3 - # if: "${{ failure() }}" + - name: Setup tmate session for debugging failed jobs (allows SSH into the container) + uses: mxschmitt/action-tmate@v3 + if: "${{ failure() }}" # From 320d19b5881585a4e8000ca40a6164d1fa915bdb Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 21 Feb 2023 16:21:04 -0600 Subject: [PATCH 6/6] bump gunicorn and eventlet --- .github/workflows/ci.yaml | 6 +++--- fixed-requirements.txt | 5 ++--- requirements-pants.txt | 4 +++- requirements.txt | 4 ++-- st2actions/requirements.txt | 2 +- st2api/in-requirements.txt | 2 +- st2api/requirements.txt | 4 ++-- st2auth/in-requirements.txt | 2 +- st2auth/requirements.txt | 4 ++-- st2common/requirements.txt | 2 +- st2reactor/requirements.txt | 2 +- st2stream/in-requirements.txt | 2 +- st2stream/requirements.txt | 4 ++-- 13 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35465731b5..e6a020d27e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -572,7 +572,7 @@ jobs: # Once you are done debugging in your SSH session, simply: touch /continue # and this will continue the build. # - - name: Setup tmate session for debugging failed jobs (allows SSH into the container) - uses: mxschmitt/action-tmate@v3 - if: "${{ failure() }}" + #- name: Setup tmate session for debugging failed jobs (allows SSH into the container) + # uses: mxschmitt/action-tmate@v3 + # if: "${{ failure() }}" # diff --git a/fixed-requirements.txt b/fixed-requirements.txt index ed9a221f9d..2fae5dd9a7 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -8,15 +8,14 @@ cffi<1.15.0 # NOTE: 2.0 version breaks pymongo work with hosts dnspython>=1.16.0,<2.0.0 cryptography==3.4.7 -eventlet==0.31.0 +eventlet==0.33.3 flex==6.14.1 gitpython==3.1.15 # Needed by gitpython, old versions used to bundle it gitdb==4.0.2 # Note: greenlet is used by eventlet greenlet==1.0.0 -# [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581 -gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 +#gunicorn==20.1.0 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/requirements-pants.txt b/requirements-pants.txt index f712a48a10..1467b533eb 100644 --- a/requirements-pants.txt +++ b/requirements-pants.txt @@ -18,7 +18,9 @@ gitdb gitpython # st2common/tests/integration/test_util_green.py requires greenlet (as does eventlet) greenlet -gunicorn +# use a commit hash from master branch until gunicorn 0.21 is released: +# https://github.com/benoitc/gunicorn/issues/2638 +gunicorn @ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 jinja2 jsonpath-rw jsonschema diff --git a/requirements.txt b/requirements.txt index 2c36dcdcdc..48ffc8f3ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,12 +17,12 @@ ciso8601 cryptography==3.4.7 decorator==4.4.2 dnspython>=1.16.0,<2.0.0 -eventlet==0.31.0 +eventlet==0.33.3 flex==6.14.1 gitdb==4.0.2 gitpython==3.1.15 greenlet==1.0.0 -gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 importlib-metadata==3.10.1 jinja2==2.11.3 jsonpath-rw==1.4.0 diff --git a/st2actions/requirements.txt b/st2actions/requirements.txt index cb82381b7b..e15c7c967e 100644 --- a/st2actions/requirements.txt +++ b/st2actions/requirements.txt @@ -8,7 +8,7 @@ MarkupSafe<2.1.0,>=0.23 apscheduler==3.7.0 chardet<3.1.0 -eventlet==0.31.0 +eventlet==0.33.3 gitpython==3.1.15 jinja2==2.11.3 kombu==5.0.2 diff --git a/st2api/in-requirements.txt b/st2api/in-requirements.txt index d3506c27f1..aa5f258fcc 100644 --- a/st2api/in-requirements.txt +++ b/st2api/in-requirements.txt @@ -9,5 +9,5 @@ oslo.utils pyparsing pymongo six -gunicorn +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 simplejson diff --git a/st2api/requirements.txt b/st2api/requirements.txt index 981393d80f..106f170bac 100644 --- a/st2api/requirements.txt +++ b/st2api/requirements.txt @@ -5,8 +5,8 @@ # If you want to update depdencies for a single component, modify the # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt -eventlet==0.31.0 -gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 +eventlet==0.33.3 +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0 diff --git a/st2auth/in-requirements.txt b/st2auth/in-requirements.txt index 0d9e5e01a3..2fb344affc 100644 --- a/st2auth/in-requirements.txt +++ b/st2auth/in-requirements.txt @@ -9,4 +9,4 @@ stevedore # For backward compatibility reasons, flat file backend is installed by default st2-auth-backend-flat-file@ git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master -gunicorn +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index c239f110c7..3d4621c8cc 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -6,8 +6,8 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt bcrypt==3.2.0 -eventlet==0.31.0 -gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 +eventlet==0.33.3 +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 oslo.config>=1.12.1,<1.13 passlib==1.7.4 pymongo==3.11.3 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 0bc0fba68b..6ee4658730 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -14,7 +14,7 @@ ciso8601 cryptography==3.4.7 decorator==4.4.2 dnspython>=1.16.0,<2.0.0 -eventlet==0.31.0 +eventlet==0.33.3 flex==6.14.1 gitdb==4.0.2 gitpython==3.1.15 diff --git a/st2reactor/requirements.txt b/st2reactor/requirements.txt index ad6f27cc5a..d7e0d30966 100644 --- a/st2reactor/requirements.txt +++ b/st2reactor/requirements.txt @@ -6,7 +6,7 @@ # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt apscheduler==3.7.0 -eventlet==0.31.0 +eventlet==0.33.3 jsonpath-rw==1.4.0 jsonschema==2.6.0 kombu==5.0.2 diff --git a/st2stream/in-requirements.txt b/st2stream/in-requirements.txt index b6024af935..61a3fc1643 100644 --- a/st2stream/in-requirements.txt +++ b/st2stream/in-requirements.txt @@ -9,4 +9,4 @@ oslo.utils pyparsing pymongo six -gunicorn +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 diff --git a/st2stream/requirements.txt b/st2stream/requirements.txt index aef52026f6..0b63c06555 100644 --- a/st2stream/requirements.txt +++ b/st2stream/requirements.txt @@ -5,8 +5,8 @@ # If you want to update depdencies for a single component, modify the # in-requirements.txt for that component and then run 'make requirements' to # update the component requirements.txt -eventlet==0.31.0 -gunicorn@ git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64 +eventlet==0.33.1 +gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027 jsonschema==2.6.0 kombu==5.0.2 mongoengine==0.23.0