Skip to content

Commit

Permalink
update requirements files to match lockfiles/st2.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 19, 2024
1 parent 229c5cc commit 72fb6fb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lockfile==0.12.2
# Fix MarkupSafe to < 2.1.0 as 2.1.0 removes soft_unicode
# >=0.23 was from jinja2
MarkupSafe==2.0.1
mongoengine==0.25.0
mongoengine==0.29.1
# required by orquesta (networkx<2.6 for py3.6, networkx<3 for py3.8)
networkx==2.8.8
# networkx dropped its dep on decorator in version 2.6, so the old pin is unneeded.
Expand All @@ -39,7 +39,7 @@ passlib==1.7.4
# 202403: bump to 3.0.43 for py3.10 support
prompt-toolkit==3.0.47
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==3.13.0
pymongo==4.9.1
pyparsing==3.1.4
zstandard==0.23.0
# pyOpenSSL 23.1.0 supports cryptography up to 40.0.x
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kombu==5.4.2
lockfile==0.12.2
logshipper@ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
mock==5.1.0
mongoengine==0.25.0
mongoengine==0.29.1
networkx==2.8.8
nose
nose-parallel==0.4.0
Expand All @@ -49,7 +49,7 @@ psutil==6.0.0
pyOpenSSL
pygments==2.18.0
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==3.13.0
pymongo==4.9.1
pyparsing==3.1.4
pyrabbit
pysocks
Expand Down
4 changes: 2 additions & 2 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ eventlet==0.37.0
gunicorn==23.0.0
jsonschema==3.2.0
kombu==5.4.2
mongoengine==0.25.0
mongoengine==0.29.1
oslo.config==9.6.0
oslo.utils==7.3.0
pymongo==3.13.0
pymongo==4.9.1
pyparsing==3.1.4
simplejson
six==1.16.0
2 changes: 1 addition & 1 deletion st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eventlet==0.37.0
gunicorn==23.0.0
oslo.config==9.6.0
passlib==1.7.4
pymongo==3.13.0
pymongo==4.9.1
six==1.16.0
st2-auth-backend-flat-file@ git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master
st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master
Expand Down
4 changes: 2 additions & 2 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jsonpath-rw==1.4.0
jsonschema==3.2.0
kombu==5.4.2
lockfile==0.12.2
mongoengine==0.25.0
mongoengine==0.29.1
networkx==2.8.8
orjson==3.10.7
orquesta@ git+https://github.com/StackStorm/[email protected]
oslo.config==9.6.0
paramiko==3.5.0
pyOpenSSL
pymongo==3.13.0
pymongo==4.9.1
python-dateutil==2.9.0.post0
python-statsd==2.1.0
pyyaml==6.0.2
Expand Down
4 changes: 2 additions & 2 deletions st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ eventlet==0.37.0
gunicorn==23.0.0
jsonschema==3.2.0
kombu==5.4.2
mongoengine==0.25.0
mongoengine==0.29.1
oslo.config==9.6.0
oslo.utils==7.3.0
pymongo==3.13.0
pymongo==4.9.1
pyparsing==3.1.4
six==1.16.0

0 comments on commit 72fb6fb

Please sign in to comment.