Skip to content

Commit adc63dd

Browse files
Philipp HombergerPhilipp Homberger
authored andcommitted
update dependencys
1 parent 51a37cb commit adc63dd

File tree

6 files changed

+29
-30
lines changed

6 files changed

+29
-30
lines changed

fixed-requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Packages versions fixed for the whole st2 stack
22
# Note: amqp is used by kombu
3-
amqp==5.0.6
4-
apscheduler==3.7.0
5-
# requests 2.23 requires chardet < 3.1.0
6-
chardet<3.1.0
7-
cffi<1.15.0
3+
amqp==5.2.0
4+
apscheduler==3.10.0
5+
# orquesta 1.6.0 depends on chardet<4.0.0 and >=3.0.2 need update first
6+
chardet <4.0.0, >=3.0.2
7+
cffi==1.16.0
88
# NOTE: 2.0 version breaks pymongo work with hosts
99
dnspython>=1.16.0,<2.0.0
10-
cryptography==39.0.1
10+
cryptography==41.0.7
1111
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
1212
# depend on rely
1313
eventlet==0.33.3
@@ -38,16 +38,15 @@ decorator==4.4.2
3838
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
3939
oslo.config>=1.12.1,<1.13
4040
oslo.utils<5.0,>=4.0.0
41-
# paramiko 2.11.0 is needed by cryptography > 37.0.0
42-
paramiko==2.11.0
41+
paramiko==3.3.1
4342
passlib==1.7.4
4443
prompt-toolkit==1.0.15
4544
pyinotify==0.9.6 ; platform_system=="Linux"
4645
pymongo==4.6.1
4746
pyparsing<3
4847
zstandard==0.15.2
4948
# pyOpenSSL 23.1.0 supports cryptography up to 40.0.x
50-
pyOpenSSL==23.1.0
49+
pyOpenSSL==23.3.0
5150
python-editor==1.0.4
5251
python-keyczar==0.716
5352
pytz==2021.1

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
# update the component requirements.txt
88
MarkupSafe<2.1.0,>=0.23
99
RandomWords
10-
amqp==5.0.6
11-
apscheduler==3.7.0
10+
amqp==5.2.0
11+
apscheduler==3.10.0
1212
argcomplete==1.12.3
1313
bcrypt==3.2.0
14-
cffi<1.15.0
15-
chardet<3.1.0
14+
cffi==1.16.0
15+
chardet <4.0.0, >=3.0.2
1616
ciso8601
17-
cryptography==39.0.1
17+
cryptography==41.0.7
1818
decorator==4.4.2
1919
dnspython>=1.16.0,<2.0.0
2020
eventlet==0.33.3
@@ -40,12 +40,12 @@ orjson==3.5.2
4040
orquesta@ git+https://github.com/StackStorm/[email protected]
4141
oslo.config>=1.12.1,<1.13
4242
oslo.utils<5.0,>=4.0.0
43-
paramiko==2.11.0
43+
paramiko==3.3.1
4444
passlib==1.7.4
4545
prettytable==2.1.0
4646
prompt-toolkit==1.0.15
4747
psutil==5.8.0
48-
pyOpenSSL==23.1.0
48+
pyOpenSSL==23.3.0
4949
pyinotify==0.9.6 ; platform_system=="Linux"
5050
pymongo==4.6.1
5151
pyparsing<3

st2actions/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
MarkupSafe<2.1.0,>=0.23
9-
apscheduler==3.7.0
10-
chardet<3.1.0
9+
apscheduler==3.10.0
10+
chardet <4.0.0, >=3.0.2
1111
eventlet==0.33.3
1212
gitpython<=3.1.37
1313
jinja2==2.11.3

st2client/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
argcomplete==1.12.3
9-
cffi<1.15.0
10-
chardet<3.1.0
11-
cryptography==39.0.1
9+
cffi==1.16.0
10+
chardet <4.0.0, >=3.0.2
11+
cryptography==41.0.7
1212
importlib-metadata>=4.8.3,<=4.10.1
1313
jsonpath-rw==1.4.0
1414
jsonschema==2.6.0
1515
orjson==3.5.2
1616
prettytable==2.1.0
1717
prompt-toolkit==1.0.15
18-
pyOpenSSL==23.1.0
18+
pyOpenSSL==23.3.0
1919
pysocks
2020
python-dateutil==2.8.1
2121
python-editor==1.0.4

st2common/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
MarkupSafe<2.1.0,>=0.23
9-
amqp==5.0.6
10-
apscheduler==3.7.0
11-
cffi<1.15.0
12-
chardet<3.1.0
9+
amqp==5.2.0
10+
apscheduler==3.10.0
11+
cffi==1.16.0
12+
chardet <4.0.0, >=3.0.2
1313
ciso8601
14-
cryptography==39.0.1
14+
cryptography==41.0.7
1515
decorator==4.4.2
1616
dnspython>=1.16.0,<2.0.0
1717
eventlet==0.33.3
@@ -29,8 +29,8 @@ networkx<3
2929
orjson==3.5.2
3030
orquesta@ git+https://github.com/StackStorm/[email protected]
3131
oslo.config>=1.12.1,<1.13
32-
paramiko==2.11.0
33-
pyOpenSSL==23.1.0
32+
paramiko==3.3.1
33+
pyOpenSSL==23.3.0
3434
pymongo==4.6.1
3535
python-dateutil==2.8.1
3636
python-statsd==2.1.0

st2reactor/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-
apscheduler==3.7.0
8+
apscheduler==3.10.0
99
eventlet==0.33.3
1010
jsonpath-rw==1.4.0
1111
jsonschema==2.6.0

0 commit comments

Comments
 (0)