Skip to content

Commit 1be4d10

Browse files
authored
Merge branch 'awsdocs:main' into dotnet-controltower
2 parents 8b1518b + 99ecc7b commit 1be4d10

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.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.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ without needing to create a fork.
4747
as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](https://en.wikipedia.org/wiki/SOLID) where possible.
4848
2. Carefully read the pull request template and follow it closely.
4949
3. Don't include AWS account identifiers or secret keys in your examples.
50+
4. To conform to licensing expectation, please follow instructions on our [Licensing guidelines wiki page](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Licensing-guidelines).
5051

5152
---
5253

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@ Copyright © Amazon Web Services, Inc. or its affiliates. All rights reserved.
100100
Except where otherwise noted, all examples in this collection are licensed under the [Apache
101101
license, version 2.0](https://www.apache.org/licenses/LICENSE-2.0) (the "License"). The full
102102
license text is provided in the `LICENSE` file accompanying this repository.
103+
104+
Please include the following licensing text as a comment at top of all possible files:
105+
106+
*Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107+
SPDX-License-Identifier: Apache-2.0*

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)