-
-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philipp Homberger
authored and
Philipp Homberger
committed
Dec 4, 2023
1 parent
51a37cb
commit adc63dd
Showing
6 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters