Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Fixed

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

* Bumped `eventlet` to `0.33.3` and `gunicorn` to `21.2.0` to fix `RecursionError` bug in setting `SSLContext` `minimum_version` property. #6061
Contributed by @jk464

Added
~~~~~

Expand Down
4 changes: 2 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ dnspython>=1.16.0,<2.0.0
cryptography==39.0.1
# 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.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
gunicorn==20.1.0
gunicorn==21.2.0
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==5.0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ ciso8601
cryptography==39.0.1
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.30.2
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
greenlet==1.0.0
gunicorn==20.1.0
gunicorn==21.2.0
importlib-metadata==3.10.1
jinja2==2.11.3
jsonpath-rw==1.4.0
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MarkupSafe<2.1.0,>=0.23
apscheduler==3.7.0
chardet<3.1.0
eventlet==0.30.2
eventlet==0.33.3
gitpython==3.1.15
jinja2==2.11.3
kombu==5.0.2
Expand Down
4 changes: 2 additions & 2 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.2
gunicorn==20.1.0
eventlet==0.33.3
gunicorn==21.2.0
jsonschema==2.6.0
kombu==5.0.2
mongoengine==0.23.0
Expand Down
4 changes: 2 additions & 2 deletions st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.2
gunicorn==20.1.0
eventlet==0.33.3
gunicorn==21.2.0
oslo.config>=1.12.1,<1.13
passlib==1.7.4
pymongo==3.11.3
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ciso8601
cryptography==39.0.1
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.30.2
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.33.3
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==5.0.2
Expand Down
4 changes: 2 additions & 2 deletions st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.2
gunicorn==20.1.0
eventlet==0.33.3
gunicorn==21.2.0
jsonschema==2.6.0
kombu==5.0.2
mongoengine==0.23.0
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nose-parallel==0.4.0
# Required by st2client tests
pyyaml==5.4.1
RandomWords
gunicorn==20.1.0
gunicorn==21.2.0
psutil==5.8.0
webtest==2.0.35
rstcheck>=3.3.1,<3.4
Expand Down