Skip to content

Commit 690cef7

Browse files
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](eventlet/eventlet@v0.30.2...v0.31.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b444e3 commit 690cef7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnspython>=1.16.0,<2.0.0
99
cryptography==3.4.7
1010
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
1111
# depend on rely
12-
eventlet==0.30.2
12+
eventlet==0.31.0
1313
flex==6.14.1
1414
gitpython==3.1.15
1515
# Needed by gitpython, old versions used to bundle it

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bcrypt==3.2.0
1313
chardet<3.1.0
1414
cryptography==3.4.7
1515
dnspython>=1.16.0,<2.0.0
16-
eventlet==0.30.2
16+
eventlet==0.31.0
1717
flex==6.14.1
1818
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1919
git+https://github.com/StackStorm/[email protected]#egg=orquesta

st2actions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
apscheduler==3.7.0
99
chardet<3.1.0
10-
eventlet==0.30.2
10+
eventlet==0.31.0
1111
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1212
gitpython==3.1.15
1313
jinja2==2.11.3

st2api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
8+
eventlet==0.31.0
99
gunicorn==20.1.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2

st2auth/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
bcrypt==3.2.0
9-
eventlet==0.30.2
9+
eventlet==0.31.0
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
1111
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
1212
gunicorn==20.1.0

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apscheduler==3.7.0
1010
chardet<3.1.0
1111
cryptography==3.4.7
1212
dnspython>=1.16.0,<2.0.0
13-
eventlet==0.30.2
13+
eventlet==0.31.0
1414
flex==6.14.1
1515
git+https://github.com/StackStorm/[email protected]#egg=orquesta
1616
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend

st2exporter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
8+
eventlet==0.31.0
99
kombu==5.0.2
1010
oslo.config>=1.12.1,<1.13
1111
six==1.13.0

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.31.0
1010
jsonpath-rw==1.4.0
1111
jsonschema==2.6.0
1212
kombu==5.0.2

st2stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
8+
eventlet==0.31.0
99
gunicorn==20.1.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2

0 commit comments

Comments
 (0)