Skip to content

Commit e68f3be

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/astral-sh/setup-uv-8.2.0
2 parents 367e094 + 635734d commit e68f3be

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

requirements/reproducible-linux.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-mac.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-win.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.4 \
200-
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201-
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+
cfn-lint==1.51.5 \
200+
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

tests/integration/testdata/durable/functions/wait_for_callback/expected_history.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"EventType": "ContextStarted",
15-
"SubType": "RunInChildContext",
15+
"SubType": "WaitForCallback",
1616
"EventId": 2,
1717
"Name": "external_call",
1818
"ContextStartedDetails": {}
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"EventType": "ContextSucceeded",
63-
"SubType": "RunInChildContext",
63+
"SubType": "WaitForCallback",
6464
"EventId": 8,
6565
"Name": "external_call",
6666
"ContextSucceededDetails": {

tests/integration/testdata/durable/functions/wait_for_callback/expected_history_failure.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"EventType": "ContextStarted",
15-
"SubType": "RunInChildContext",
15+
"SubType": "WaitForCallback",
1616
"EventId": 2,
1717
"Name": "external_call",
1818
"ContextStartedDetails": {}
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"EventType": "ContextFailed",
63-
"SubType": "RunInChildContext",
63+
"SubType": "WaitForCallback",
6464
"EventId": 8,
6565
"Name": "external_call",
6666
"ContextFailedDetails": {

0 commit comments

Comments
 (0)