File tree Expand file tree Collapse file tree 6 files changed +29
-30
lines changed
Expand file tree Collapse file tree 6 files changed +29
-30
lines changed Original file line number Diff line number Diff line change 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
99dnspython>=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
1313eventlet==0.33.3
@@ -38,16 +38,15 @@ decorator==4.4.2
3838# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
3939oslo.config>=1.12.1,<1.13
4040oslo.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
4342passlib==1.7.4
4443prompt-toolkit==1.0.15
4544pyinotify==0.9.6 ; platform_system=="Linux"
4645pymongo==4.6.1
4746pyparsing<3
4847zstandard==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
5150python-editor==1.0.4
5251python-keyczar==0.716
5352pytz==2021.1
Original file line number Diff line number Diff line change 77# update the component requirements.txt
88MarkupSafe < 2.1.0 ,>= 0.23
99RandomWords
10- amqp == 5.0.6
11- apscheduler == 3.7 .0
10+ amqp == 5.2.0
11+ apscheduler == 3.10 .0
1212argcomplete == 1.12.3
1313bcrypt == 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
1616ciso8601
17- cryptography == 39 .0.1
17+ cryptography == 41 .0.7
1818decorator == 4.4.2
1919dnspython >= 1.16.0 ,< 2.0.0
2020eventlet == 0.33.3
@@ -40,12 +40,12 @@ orjson==3.5.2
4040orquesta @
git+https://github.com/StackStorm/[email protected] 4141oslo.config >= 1.12.1 ,< 1.13
4242oslo.utils < 5.0 ,>= 4.0.0
43- paramiko == 2.11.0
43+ paramiko == 3.3.1
4444passlib == 1.7.4
4545prettytable == 2.1.0
4646prompt-toolkit == 1.0.15
4747psutil == 5.8.0
48- pyOpenSSL == 23.1 .0
48+ pyOpenSSL == 23.3 .0
4949pyinotify == 0.9.6 ; platform_system == "Linux"
5050pymongo == 4.6.1
5151pyparsing < 3
Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88MarkupSafe < 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
1111eventlet == 0.33.3
1212gitpython <= 3.1.37
1313jinja2 == 2.11.3
Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88argcomplete == 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
1212importlib-metadata >= 4.8.3 ,<= 4.10.1
1313jsonpath-rw == 1.4.0
1414jsonschema == 2.6.0
1515orjson == 3.5.2
1616prettytable == 2.1.0
1717prompt-toolkit == 1.0.15
18- pyOpenSSL == 23.1 .0
18+ pyOpenSSL == 23.3 .0
1919pysocks
2020python-dateutil == 2.8.1
2121python-editor == 1.0.4
Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88MarkupSafe < 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
1313ciso8601
14- cryptography == 39 .0.1
14+ cryptography == 41 .0.7
1515decorator == 4.4.2
1616dnspython >= 1.16.0 ,< 2.0.0
1717eventlet == 0.33.3
@@ -29,8 +29,8 @@ networkx<3
2929orjson == 3.5.2
3030orquesta @
git+https://github.com/StackStorm/[email protected] 3131oslo.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
3434pymongo == 4.6.1
3535python-dateutil == 2.8.1
3636python-statsd == 2.1.0
Original file line number Diff line number Diff line change 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
99eventlet == 0.33.3
1010jsonpath-rw == 1.4.0
1111jsonschema == 2.6.0
You can’t perform that action at this time.
0 commit comments