Skip to content

Commit 346f018

Browse files
committed
Point orquesta back to head of master branch
1 parent 33bf346 commit 346f018

7 files changed

Lines changed: 10 additions & 12 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
1+
orquesta@ git+https://github.com/StackStorm/orquesta.git
22
setuptools
3-
referencing
3+
referencing

contrib/runners/orquesta_runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# If you want to update depdencies for a single component, modify the
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
8-
orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
8+
orquesta@ git+https://github.com/StackStorm/orquesta.git
99
referencing
1010
setuptools==82.0.1

lockfiles/st2.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// "networkx",
4040
// "openapi-spec-validator",
4141
// "orjson",
42-
// "orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10",
42+
// "orquesta@ git+https://github.com/StackStorm/orquesta.git",
4343
// "oslo.config",
4444
// "paramiko<4.0.0",
4545
// "pika",
@@ -3085,8 +3085,8 @@
30853085
"artifacts": [
30863086
{
30873087
"algorithm": "sha256",
3088-
"hash": "14b7eac73db7ee5543c07dc654e48b12a79cd4531d90fc141c9d5ae1ad4bda55",
3089-
"url": "git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10"
3088+
"hash": "491767e81c1bb11a54fb68d1a24119bdeede593a2beccca5bc09bfed36fdb35c",
3089+
"url": "git+https://github.com/StackStorm/orquesta.git"
30903090
}
30913091
],
30923092
"project_name": "orquesta",

requirements-pants.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ mongoengine>=0.24.0,<0.30.0
3838
# networkx version is constrained in orquesta.
3939
networkx
4040
orjson
41-
# Use st2 v3.10 branch 'updates_3.10' REVERT AFTER MERGE TO MASTER
42-
orquesta @ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
41+
orquesta @ git+https://github.com/StackStorm/orquesta.git
4342
# Historical reference: https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433
4443
# Relaxed pinning for py3.10 support.
4544
oslo.config

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mongoengine==0.29.1
3535
networkx==3.1
3636
openapi-spec-validator==0.7.2
3737
orjson==3.10.15
38-
orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
38+
orquesta@ git+https://github.com/StackStorm/orquesta.git
3939
oslo.config==9.6.0
4040
oslo.utils==7.3.0
4141
paramiko==3.5.1

st2common/in-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ importlib_resources
1313
networkx
1414
# used by networkx
1515
decorator
16-
# Revert to master branch after merging updates_st2v3.10
17-
orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
16+
orquesta@ git+https://github.com/StackStorm/orquesta.git
1817
st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master
1918
oslo.config
2019
paramiko

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mongoengine==0.29.1
2828
networkx==3.1
2929
openapi-spec-validator==0.7.2
3030
orjson==3.10.15
31-
orquesta@ git+https://github.com/StackStorm/orquesta.git@updates_st2v3.10
31+
orquesta@ git+https://github.com/StackStorm/orquesta.git
3232
oslo.config==9.6.0
3333
paramiko==3.5.1
3434
pyOpenSSL<25.2

0 commit comments

Comments
 (0)