Skip to content

Commit

Permalink
update dependencys
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Homberger authored and Philipp Homberger committed Dec 4, 2023
1 parent 51a37cb commit adc63dd
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 30 deletions.
17 changes: 8 additions & 9 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Packages versions fixed for the whole st2 stack
# Note: amqp is used by kombu
amqp==5.0.6
apscheduler==3.7.0
# requests 2.23 requires chardet < 3.1.0
chardet<3.1.0
cffi<1.15.0
amqp==5.2.0
apscheduler==3.10.0
# orquesta 1.6.0 depends on chardet<4.0.0 and >=3.0.2 need update first
chardet <4.0.0, >=3.0.2
cffi==1.16.0
# NOTE: 2.0 version breaks pymongo work with hosts
dnspython>=1.16.0,<2.0.0
cryptography==39.0.1
cryptography==41.0.7
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
# depend on rely
eventlet==0.33.3
Expand Down Expand Up @@ -38,16 +38,15 @@ decorator==4.4.2
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
oslo.config>=1.12.1,<1.13
oslo.utils<5.0,>=4.0.0
# paramiko 2.11.0 is needed by cryptography > 37.0.0
paramiko==2.11.0
paramiko==3.3.1
passlib==1.7.4
prompt-toolkit==1.0.15
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==4.6.1
pyparsing<3
zstandard==0.15.2
# pyOpenSSL 23.1.0 supports cryptography up to 40.0.x
pyOpenSSL==23.1.0
pyOpenSSL==23.3.0
python-editor==1.0.4
python-keyczar==0.716
pytz==2021.1
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# update the component requirements.txt
MarkupSafe<2.1.0,>=0.23
RandomWords
amqp==5.0.6
apscheduler==3.7.0
amqp==5.2.0
apscheduler==3.10.0
argcomplete==1.12.3
bcrypt==3.2.0
cffi<1.15.0
chardet<3.1.0
cffi==1.16.0
chardet <4.0.0, >=3.0.2
ciso8601
cryptography==39.0.1
cryptography==41.0.7
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.33.3
Expand All @@ -40,12 +40,12 @@ orjson==3.5.2
orquesta@ git+https://github.com/StackStorm/[email protected]
oslo.config>=1.12.1,<1.13
oslo.utils<5.0,>=4.0.0
paramiko==2.11.0
paramiko==3.3.1
passlib==1.7.4
prettytable==2.1.0
prompt-toolkit==1.0.15
psutil==5.8.0
pyOpenSSL==23.1.0
pyOpenSSL==23.3.0
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==4.6.1
pyparsing<3
Expand Down
4 changes: 2 additions & 2 deletions st2actions/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
MarkupSafe<2.1.0,>=0.23
apscheduler==3.7.0
chardet<3.1.0
apscheduler==3.10.0
chardet <4.0.0, >=3.0.2
eventlet==0.33.3
gitpython<=3.1.37
jinja2==2.11.3
Expand Down
8 changes: 4 additions & 4 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
argcomplete==1.12.3
cffi<1.15.0
chardet<3.1.0
cryptography==39.0.1
cffi==1.16.0
chardet <4.0.0, >=3.0.2
cryptography==41.0.7
importlib-metadata>=4.8.3,<=4.10.1
jsonpath-rw==1.4.0
jsonschema==2.6.0
orjson==3.5.2
prettytable==2.1.0
prompt-toolkit==1.0.15
pyOpenSSL==23.1.0
pyOpenSSL==23.3.0
pysocks
python-dateutil==2.8.1
python-editor==1.0.4
Expand Down
14 changes: 7 additions & 7 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
MarkupSafe<2.1.0,>=0.23
amqp==5.0.6
apscheduler==3.7.0
cffi<1.15.0
chardet<3.1.0
amqp==5.2.0
apscheduler==3.10.0
cffi==1.16.0
chardet <4.0.0, >=3.0.2
ciso8601
cryptography==39.0.1
cryptography==41.0.7
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.33.3
Expand All @@ -29,8 +29,8 @@ networkx<3
orjson==3.5.2
orquesta@ git+https://github.com/StackStorm/[email protected]
oslo.config>=1.12.1,<1.13
paramiko==2.11.0
pyOpenSSL==23.1.0
paramiko==3.3.1
pyOpenSSL==23.3.0
pymongo==4.6.1
python-dateutil==2.8.1
python-statsd==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
apscheduler==3.7.0
apscheduler==3.10.0
eventlet==0.33.3
jsonpath-rw==1.4.0
jsonschema==2.6.0
Expand Down

0 comments on commit adc63dd

Please sign in to comment.