Skip to content

Commit 9851ef1

Browse files
authored
Merge branch 'main' into nova-video
2 parents 6fbc4a4 + 0ab7a4e commit 9851ef1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/validate-doc-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout repo content
1717
uses: actions/checkout@v4
1818
- name: validate metadata
19-
uses: awsdocs/aws-doc-sdk-examples-tools@2025.21.1
19+
uses: awsdocs/aws-doc-sdk-examples-tools@2025.24.1
2020
with:
2121
doc_gen_only: "False"
2222
strict_titles: "True"

.tools/readmes/requirements_freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ shellingham==1.5.4
2828
typer==0.15.1
2929
types-PyYAML==6.0.12.12
3030
typing_extensions==4.12.2
31-
urllib3==2.3.0
31+
urllib3==2.5.0
3232
yamale==4.0.4

.tools/test/stacks/plugin/typescript/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/example_code/bedrock-agent-runtime/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-asyncio==0.21.1
1010
python-dateutil==2.8.2
1111
s3transfer==0.8.2
1212
six==1.16.0
13-
urllib3==2.0.7
13+
urllib3==2.5.0

0 commit comments

Comments
 (0)