Skip to content

Commit 7332f9e

Browse files
committed
Bump eventlet and gunicorn
eventlet v0.33.3 gunicorn v21.2.0
1 parent c8008e8 commit 7332f9e

File tree

10 files changed

+18
-16
lines changed

10 files changed

+18
-16
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Fixed
2424

2525
* Update cryptography 3.4.7 -> 39.0.1, pyOpenSSL 21.0.0 -> 23.1.0, paramiko 2.10.5 -> 2.11.0 (security). #6055
2626

27+
* Bumped `eventlet` to `0.33.3` and `gunicorn` to `21.2.0` to fix `RecursionError` bug in setting `SSLContext` `minimum_version` property. #6061
28+
2729
Added
2830
~~~~~
2931

fixed-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ dnspython>=1.16.0,<2.0.0
1010
cryptography==39.0.1
1111
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
1212
# depend on rely
13-
eventlet==0.30.2
13+
eventlet==0.33.3
1414
flex==6.14.1
1515
gitpython==3.1.15
1616
# Needed by gitpython, old versions used to bundle it
1717
gitdb==4.0.2
1818
# Note: greenlet is used by eventlet
1919
greenlet==1.0.0
20-
gunicorn==20.1.0
20+
gunicorn==21.2.0
2121
jsonpath-rw==1.4.0
2222
jsonschema==2.6.0
2323
kombu==5.0.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ ciso8601
1717
cryptography==39.0.1
1818
decorator==4.4.2
1919
dnspython>=1.16.0,<2.0.0
20-
eventlet==0.30.2
20+
eventlet==0.33.3
2121
flex==6.14.1
2222
gitdb==4.0.2
2323
gitpython==3.1.15
2424
greenlet==1.0.0
25-
gunicorn==20.1.0
26-
importlib-metadata==3.10.1
25+
gunicorn==21.2.0
26+
importlib-metadata==4.10.1
2727
jinja2==2.11.3
2828
jsonpath-rw==1.4.0
2929
jsonschema==2.6.0

st2actions/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
MarkupSafe<2.1.0,>=0.23
99
apscheduler==3.7.0
1010
chardet<3.1.0
11-
eventlet==0.30.2
12-
gitpython==3.1.15
11+
eventlet==0.33.3
12+
gitpython==3.1.30
1313
jinja2==2.11.3
1414
kombu==5.0.2
1515
lockfile==0.12.2

st2api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# If you want to update depdencies for a single component, modify the
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
8-
eventlet==0.30.2
9-
gunicorn==20.1.0
8+
eventlet==0.33.3
9+
gunicorn==21.2.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2
1212
mongoengine==0.23.0

st2auth/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
bcrypt==3.2.0
9-
eventlet==0.30.2
10-
gunicorn==20.1.0
9+
eventlet==0.33.3
10+
gunicorn==21.2.0
1111
oslo.config>=1.12.1,<1.13
1212
passlib==1.7.4
1313
pymongo==3.11.3

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ciso8601
1414
cryptography==39.0.1
1515
decorator==4.4.2
1616
dnspython>=1.16.0,<2.0.0
17-
eventlet==0.30.2
17+
eventlet==0.33.3
1818
flex==6.14.1
1919
gitdb==4.0.2
2020
gitpython==3.1.15

st2reactor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
apscheduler==3.7.0
9-
eventlet==0.30.2
9+
eventlet==0.33.3
1010
jsonpath-rw==1.4.0
1111
jsonschema==2.6.0
1212
kombu==5.0.2

st2stream/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# If you want to update depdencies for a single component, modify the
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
8-
eventlet==0.30.2
9-
gunicorn==20.1.0
8+
eventlet==0.33.3
9+
gunicorn==21.2.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2
1212
mongoengine==0.23.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nose-parallel==0.4.0
2323
# Required by st2client tests
2424
pyyaml==5.4.1
2525
RandomWords
26-
gunicorn==20.1.0
26+
gunicorn==21.2.0
2727
psutil==5.8.0
2828
webtest==2.0.35
2929
rstcheck>=3.3.1,<3.4

0 commit comments

Comments
 (0)