Skip to content

Commit

Permalink
update fixed-requirements.txt to match updates in lockfiles/st2.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 19, 2024
1 parent d37e2f6 commit 3948c57
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ REQUIREMENTS := test-requirements.txt requirements.txt
# Pin common pip version here across all the targets
# Note! Periodic maintenance pip upgrades are required to be up-to-date with the latest pip security fixes and updates
PIP_VERSION ?= 24.0
SETUPTOOLS_VERSION ?= 69.2.0
SETUPTOOLS_VERSION ?= 69.5.1
PIP_OPTIONS := $(ST2_PIP_OPTIONS)

ifndef PYLINT_CONCURRENCY
Expand Down
10 changes: 5 additions & 5 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ gitpython==3.1.43
gitdb==4.0.11
# Note: greenlet is used by eventlet
greenlet==3.0.3
gunicorn==21.2.0
gunicorn==22.0.0
jsonpath-rw==1.4.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
lockfile==0.12.2
# Fix MarkupSafe to < 2.1.0 as 2.1.0 removes soft_unicode
# >=0.23 was from jinja2
Expand Down Expand Up @@ -57,7 +57,7 @@ routes==2.5.1
semver==3.0.2
six==1.16.0
argparse==1.4.0
argcomplete==3.2.3
argcomplete==3.3.0
prettytable==3.10.0
importlib-metadata==7.1.0
typing-extensions==4.11.0
Expand All @@ -69,7 +69,7 @@ tooz==6.1.0
# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
# virtualenv==20.25.1 (<21) has pip==24.0 wheel==0.42.0 setuptools==68.0.0 and 69.1.0
# lockfiles/st2.lock has pip==24.0 wheel==0.43.0 setuptools==69.2.0
virtualenv==20.25.1
virtualenv==20.25.3
webob==1.8.7
zake==0.2.2
# test requirements below
Expand All @@ -81,5 +81,5 @@ nose-parallel==0.4.0
psutil==5.9.8
python-dateutil==2.9.0
python-statsd==2.1.0
orjson==3.10.0
orjson==3.10.1
zipp==3.18.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MarkupSafe==2.0.1
RandomWords
amqp==5.2.0
apscheduler==3.10.4
argcomplete==3.2.3
argcomplete==3.3.0
bcrypt==4.1.2
cffi==1.16.0
chardet==3.0.4
Expand All @@ -22,12 +22,12 @@ flex==6.14.1
gitdb==4.0.11
gitpython==3.1.43
greenlet==3.0.3
gunicorn==21.2.0
gunicorn==22.0.0
importlib-metadata==7.1.0
jinja2==3.1.3
jsonpath-rw==1.4.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
lockfile==0.12.2
logshipper@ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
mock==5.1.0
Expand All @@ -36,7 +36,7 @@ networkx==2.8.8
nose
nose-parallel==0.4.0
nose-timer==1.0.1
orjson==3.10.0
orjson==3.10.1
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.6.0
oslo.config==1.12.1
oslo.utils==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chardet==3.0.4
eventlet==0.36.1
gitpython==3.1.43
jinja2==3.1.3
kombu==5.3.6
kombu==5.3.7
lockfile==0.12.2
logshipper@ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
oslo.config==1.12.1
Expand Down
4 changes: 2 additions & 2 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
eventlet==0.36.1
gunicorn==21.2.0
gunicorn==22.0.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
mongoengine==0.23.1
oslo.config==1.12.1
oslo.utils==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# update the component requirements.txt
bcrypt==4.1.2
eventlet==0.36.1
gunicorn==21.2.0
gunicorn==22.0.0
oslo.config==1.12.1
passlib==1.7.4
pymongo==3.12.3
Expand Down
4 changes: 2 additions & 2 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# 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
argcomplete==3.2.3
argcomplete==3.3.0
cffi==1.16.0
chardet==3.0.4
cryptography==42.0.5
importlib-metadata==7.1.0
jsonpath-rw==1.4.0
jsonschema==3.2.0
orjson==3.10.0
orjson==3.10.1
prettytable==3.10.0
prompt-toolkit==1.0.18
pyOpenSSL
Expand Down
4 changes: 2 additions & 2 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ greenlet==3.0.3
jinja2==3.1.3
jsonpath-rw==1.4.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
lockfile==0.12.2
mongoengine==0.23.1
networkx==2.8.8
orjson==3.10.0
orjson==3.10.1
orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.6.0
oslo.config==1.12.1
paramiko==3.4.0
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apscheduler==3.10.4
eventlet==0.36.1
jsonpath-rw==1.4.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
oslo.config==1.12.1
python-dateutil==2.9.0
six==1.16.0
4 changes: 2 additions & 2 deletions st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
eventlet==0.36.1
gunicorn==21.2.0
gunicorn==22.0.0
jsonschema==3.2.0
kombu==5.3.6
kombu==5.3.7
mongoengine==0.23.1
oslo.config==1.12.1
oslo.utils==7.1.0
Expand Down

0 comments on commit 3948c57

Please sign in to comment.