Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ oslo.config==9.4.0
oslo.utils==7.1.0
# paramiko 2.11.0 is needed by cryptography > 37.0.0
paramiko==3.4.0
passlib==1.7.4
# 202403: bump to 3.0.43 for py3.10 support
prompt-toolkit==3.0.43
pyinotify==0.9.6 ; platform_system=="Linux"
Expand Down Expand Up @@ -75,7 +74,8 @@ virtualenv==20.26.1
webob==1.8.7
zake==0.2.2
# test requirements below
bcrypt==4.1.2
bcrypt==4.0.1
passlib[bcrypt]
jinja2==3.1.3
mock==5.1.0
nose-timer==1.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RandomWords
amqp==5.2.0
apscheduler==3.10.4
argcomplete==3.3.0
bcrypt==4.1.2
bcrypt==4.0.1
cffi==1.16.0
chardet==3.0.4
ciso8601
Expand Down Expand Up @@ -42,7 +42,7 @@ orquesta@ git+https://github.com/StackStorm/[email protected]
oslo.config==9.4.0
oslo.utils==7.1.0
paramiko==3.4.0
passlib==1.7.4
passlib[bcrypt]
prettytable==3.10.0
prompt-toolkit==3.0.43
psutil==5.9.8
Expand Down
4 changes: 2 additions & 2 deletions st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# 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
bcrypt==4.1.2
bcrypt==4.0.1
eventlet==0.36.1
gunicorn==22.0.0
oslo.config==9.4.0
passlib==1.7.4
passlib[bcrypt]
pymongo==3.12.3
six==1.16.0
st2-auth-backend-flat-file@ git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master
Expand Down