Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Homberger authored and Philipp Homberger committed Dec 5, 2023
1 parent db87327 commit 27e0e9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gitdb==4.0.11
greenlet==3.0.1
gunicorn==21.2.0
jsonpath-rw==1.4.0
jsonschema==4.20.0
jsonschema==2.6.0
# jsonschema Orecheste Update needed for newest Version.
# jsonschema error in nwer version shema._validators' has no attribute 'properties_draft4'
kombu==5.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements-pants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ greenlet
gunicorn
jinja2
jsonpath-rw
jsonschema
jsonschema!=2.5.0,>=2.0.0,<=3.2 # MIT
kombu
lockfile
mock
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gunicorn==21.2.0
importlib-metadata==7.0.0
jinja2
jsonpath-rw==1.4.0
jsonschema==4.20.0
jsonschema==2.6.0
kombu==5.3.4
lockfile==0.12.2
logshipper@ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
Expand Down
2 changes: 1 addition & 1 deletion st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# update the component requirements.txt
eventlet==0.33.3
gunicorn==21.2.0
jsonschema==4.20.0
jsonschema==2.6.0
kombu==5.3.4
mongoengine==0.23.0
oslo.config>=1.12.1,<1.13
Expand Down
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chardet==5.2.0
cryptography==41.0.7
importlib-metadata==7.0.0
jsonpath-rw==1.4.0
jsonschema==4.20.0
jsonschema==2.6.0
orjson==3.5.2
prettytable==2.1.0
prompt-toolkit==1.0.15
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gitpython==3.1.40
greenlet==3.0.1
jinja2
jsonpath-rw==1.4.0
jsonschema==4.20.0
jsonschema==2.6.0
kombu==5.3.4
lockfile==0.12.2
mongoengine==0.23.0
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
apscheduler==3.10.4
eventlet==0.33.3
jsonpath-rw==1.4.0
jsonschema==4.20.0
jsonschema==2.6.0
kombu==5.3.4
oslo.config>=1.12.1,<1.13
python-dateutil==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# update the component requirements.txt
eventlet==0.33.3
gunicorn==21.2.0
jsonschema==4.20.0
jsonschema==2.6.0
kombu==5.3.4
mongoengine==0.23.0
oslo.config>=1.12.1,<1.13
Expand Down

0 comments on commit 27e0e9e

Please sign in to comment.