Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ pywinrm==0.5.0
pyyaml==6.0.2
redis==5.2.1
requests==2.32.3
# urllib3 is a transitive dep
urllib3==2.2.3
retrying==1.3.4
routes==2.5.1
semver==3.0.2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ stevedore==5.3.0
tenacity==9.0.0
tooz==6.3.0
typing-extensions==4.12.2
urllib3==2.2.3
webob==1.8.9
webtest==3.0.1
zake==0.2.2
Expand Down
2 changes: 2 additions & 0 deletions st2actions/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ oslo.config
oslo.utils
pyparsing
requests
# urllib3 is a transitive dep
urllib3
six
pyyaml
python-json-logger
Expand Down
1 change: 1 addition & 0 deletions st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ python-json-logger
pyyaml==6.0.2
requests==2.32.3
six==1.17.0
urllib3==2.2.3
2 changes: 2 additions & 0 deletions st2client/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pyyaml
jsonschema
jsonpath-rw
requests
# urllib3 is a transitive dep
urllib3
six
sseclient-py
editor
Expand Down
1 change: 1 addition & 0 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ requests==2.32.3
six==1.17.0
sseclient-py==1.8.0
typing-extensions==4.12.2
urllib3==2.2.3
zipp==3.20.2
2 changes: 2 additions & 0 deletions st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ zstandard
cffi
cryptography
requests
# urllib3 is a transitive dep
urllib3
retrying
semver
six
Expand Down
1 change: 1 addition & 0 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ six==1.17.0
st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master
tenacity==9.0.0
tooz==6.3.0
urllib3==2.2.3
webob==1.8.9
zake==0.2.2
zstandard==0.23.0
Loading