Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jinja2 from 3.1.4 to 3.1.6 in /.tools/readmes #7303

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps jinja2 from 3.1.4 to 3.1.6.

Release notes

Sourced from jinja2's releases.

3.1.6

This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Jinja2/3.1.6/ Changes: https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6

  • The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. GHSA-cpwx-vrp4-4pq7

3.1.5

This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Jinja2/3.1.5/ Changes: https://jinja.palletsprojects.com/changes/#version-3-1-5 Milestone: https://github.com/pallets/jinja/milestone/16?closed=1

  • The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. GHSA-q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. #1792, GHSA-gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence types. #2032
  • Calling sync render for an async template uses asyncio.run. #1952
  • Avoid unclosed auto_aiter warnings. #1960
  • Return an aclose-able AsyncGenerator from Template.generate_async. #1960
  • Avoid leaving root_render_func() unclosed in Template.generate_async. #1960
  • Avoid leaving async generators unclosed in blocks, includes and extends. #1960
  • The runtime uses the correct concat function for the current environment when calling block references. #1701
  • Make |unique async-aware, allowing it to be used after another async-aware filter. #1781
  • |int filter handles OverflowError from scientific notation. #1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %} call. #2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. #2025
  • Fix copy/pickle support for the internal missing object. #2027
  • Environment.overlay(enable_async) is applied correctly. #2061
  • The error message from FileSystemLoader includes the paths that were searched. #1661
  • PackageLoader shows a clearer error message when the package does not contain the templates directory. #1705
  • Improve annotations for methods returning copies. #1880
  • urlize does not add mailto: to values like @a@b. #1870
  • Tests decorated with @pass_context can be used with the |select filter. #1624
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the target is a namespace attribute. #1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks does not cause the variable to be considered initially undefined. #1253
Changelog

Sourced from jinja2's changelog.

Version 3.1.6

Released 2025-03-05

  • The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7

Version 3.1.5

Released 2024-12-21

  • The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. :ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence types. :issue:2032
  • Calling sync render for an async template uses asyncio.run. :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends. :pr:1960
  • The runtime uses the correct concat function for the current environment when calling block references. :issue:1701
  • Make |unique async-aware, allowing it to be used after another async-aware filter. :issue:1781
  • |int filter handles OverflowError from scientific notation. :issue:1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %} call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. :issue:2025
  • Fix copy/pickle support for the internal missing object. :issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message from FileSystemLoader includes the paths that were searched. :issue:1661
  • PackageLoader shows a clearer error message when the package does not contain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not add mailto: to values like @a@b. :pr:1870

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull request that updates a dependency file. Python This issue relates to the AWS SDK for Python (boto3) labels Mar 13, 2025
@github-actions github-actions bot added Tools This issue relates to a custom tooling to streamline development tasks and removed Python This issue relates to the AWS SDK for Python (boto3) labels Mar 13, 2025
@aws-sdk-osds aws-sdk-osds enabled auto-merge (squash) March 13, 2025 14:08
@scmacdon scmacdon added the On Call Review complete On call review complete label Mar 13, 2025
@aws-sdk-osds aws-sdk-osds merged commit 9659733 into main Mar 13, 2025
20 of 23 checks passed
@aws-sdk-osds aws-sdk-osds deleted the dependabot/pip/dot-tools/readmes/jinja2-3.1.6 branch March 13, 2025 14:22
rlhagerm added a commit to rlhagerm/aws-doc-sdk-examples that referenced this pull request Mar 28, 2025
commit 7d9a194
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 27 17:09:39 2025 +0000

    Bump aws-cdk-lib from 2.80.0 to 2.184.0 in /resources/cdk/ecr_repositories (awsdocs#7325)

    Bump aws-cdk-lib in /resources/cdk/ecr_repositories

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8726514
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:47:49 2025 +0000

    Bump aws-cdk-lib from 2.80.0 to 2.184.0 in /resources/cdk/cognito_scenario_user_pool_with_mfa (awsdocs#7324)

    Bump aws-cdk-lib in /resources/cdk/cognito_scenario_user_pool_with_mfa

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9b233d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 10:41:04 2025 -0700

    Bump aws-cdk-lib from 2.95.1 to 2.184.0 in /resources/cdk/secrets-manager (awsdocs#7323)

    Bump aws-cdk-lib in /resources/cdk/secrets-manager

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.95.1 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d6ecea0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:33:22 2025 +0000

    Bump vite from 4.5.9 to 4.5.10 in /applications/feedback_sentiment_analyzer/client (awsdocs#7320)

    Bump vite in /applications/feedback_sentiment_analyzer/client

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.9 to 4.5.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.10/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 080ac40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:30:50 2025 +0000

    Bump aws-cdk-lib from 2.95.1 to 2.184.0 in /.tools/test/stacks/images/typescript (awsdocs#7322)

    Bump aws-cdk-lib in /.tools/test/stacks/images/typescript

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.95.1 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c3a4b6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:26:57 2025 +0000

    Bump aws-cdk-lib from 2.100.0 to 2.184.0 in /scenarios/features/healthimaging_image_sets/resources/cdk (awsdocs#7318)

    Bump aws-cdk-lib

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.100.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jason Q <81179619+beqqrry-aws@users.noreply.github.com>

commit 8427e76
Author: Jason Q <81179619+beqqrry-aws@users.noreply.github.com>
Date:   Wed Mar 26 10:24:22 2025 -0700

    GitHub: Create auto-update-pr action (awsdocs#7315)

    Create auto-update-pr action

    This action keeps PRs up to date when `main` gets pushed to

commit dbc84b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:22:18 2025 +0000

    Bump vite from 4.5.5 to 4.5.10 in /resources/clients/react/elros (awsdocs#7319)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.10/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a7f7091
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 00:45:07 2025 +0000

    Bump aws-cdk-lib from 2.137.0 to 2.185.0 in /gov2/workflows/user_pools_and_lambda_triggers/.cdk (awsdocs#7313)

    Bump aws-cdk-lib in /gov2/workflows/user_pools_and_lambda_triggers/.cdk

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.137.0 to 2.185.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.185.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jason Q <81179619+beqqrry-aws@users.noreply.github.com>

commit 7ff39ac
Author: Jason Q <81179619+beqqrry-aws@users.noreply.github.com>
Date:   Tue Mar 25 17:43:47 2025 -0700

    JS: Adds WORKDIR directive to JSv3 Dockerfile (awsdocs#7316)

commit e2713b2
Author: Scott Macdonald <57190223+scmacdon@users.noreply.github.com>
Date:   Mon Mar 24 18:18:08 2025 -0400

    Java v2 Add S3 Express Scenario (awsdocs#7270)

    * JavaV2: S3 Express Scenario

commit 5fb4033
Author: xueyao-aws <105789403+xueyao-bai-mike@users.noreply.github.com>
Date:   Tue Mar 25 01:53:46 2025 +0800

    Python: Adding converse_stream_pdf.py sample to show how does converse stream API process PDF file. Bedrock runtime (awsdocs#7292)

    * add converse_stream_pdf.py under bedrock_runtime...anthropic_claude

commit 0acf0fd
Author: Brian Murray <40031786+brmur@users.noreply.github.com>
Date:   Mon Mar 24 11:51:09 2025 +0000

    Add a new 'single action example' label (awsdocs#7311)

commit bce8510
Author: Eric Shepherd <ericsh@amazon.com>
Date:   Fri Mar 21 06:35:02 2025 -0400

    Use on-demand mode in DDB scenario example (awsdocs#7312)

    This updates the Swift DynamoDB basics/scenario example to use on-demand mode
    instead of provisioned mode.

commit a7881e2
Author: Jon Friesen <86265883+frij-aws@users.noreply.github.com>
Date:   Thu Mar 20 07:28:33 2025 -0400

    SAP ABAP: add bedrock agents runtime example, abaplint formatting, improved test cases (awsdocs#7291)

    * add bedrock agents runtime example, major linting and improved test cases

commit 113c896
Author: Brian Murray <40031786+brmur@users.noreply.github.com>
Date:   Wed Mar 19 17:20:16 2025 +0000

    Update bucketname (awsdocs#7310)

    * Update bucketnames in Java, JavaScript, and Python examples

commit b524899
Author: Dennis Traub <traubd@amazon.de>
Date:   Wed Mar 19 13:01:32 2025 +0100

    Kotlin: Amazon Nova text and image generation examples (awsdocs#7257)

    * Refactor InvokeModel and add Converse; add ConverseStream, and example for Nova Canvas

commit ab7e5c8
Author: Jeff <shadow3x3x3@gmail.com>
Date:   Wed Mar 19 03:11:57 2025 +0800

    Go: Remove redundant error check (awsdocs#7307)

    Co-authored-by: Jason Q <81179619+beqqrry-aws@users.noreply.github.com>

commit e0f4f27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 17 16:20:48 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /resources/clients/react/elros (awsdocs#7308)

    Bump @babel/runtime in /resources/clients/react/elros

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2d0609
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 17 16:17:37 2025 +0000

    Bump @babel/helpers from 7.19.0 to 7.26.10 in /resources/clients/react/elwing (awsdocs#7309)

    Bump @babel/helpers in /resources/clients/react/elwing

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.19.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7257818
Author: David Souther <davidsouther+github@gmail.com>
Date:   Fri Mar 14 12:14:58 2025 -0400

    Update validate-doc-metadata.yml to -tools @ 2025.10.1 (awsdocs#7306)

commit 76502bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 13 14:26:54 2025 +0000

    Bump @babel/helpers from 7.21.0 to 7.26.10 in /python/cross_service/photo_analyzer/frontend (awsdocs#7304)

    Bump @babel/helpers in /python/cross_service/photo_analyzer/frontend

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9659733
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 13 14:22:58 2025 +0000

    Bump jinja2 from 3.1.4 to 3.1.6 in /.tools/readmes (awsdocs#7303)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.6)

    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 64288cb
Author: David Souther <davidsouther+github@gmail.com>
Date:   Thu Mar 13 10:05:29 2025 -0400

    Replace argparse with typer for WRITEME flags. (awsdocs#7252)

commit 21efcdd
Author: Scott Macdonald <57190223+scmacdon@users.noreply.github.com>
Date:   Thu Mar 13 09:59:43 2025 -0400

    Java V2 Removed dup line of code (awsdocs#7302)

    * removed dup line of code

    * updated POM

commit 772dd8e
Author: Laren-AWS <57545972+Laren-AWS@users.noreply.github.com>
Date:   Thu Mar 13 06:48:42 2025 -0700

    [-tools] Update to tools release 2025.10.0 and delete example entity file. (awsdocs#7301)

    Update to tools release 2025.10.0 and delete example entity file.

commit 2042841
Author: Scott Macdonald <57190223+scmacdon@users.noreply.github.com>
Date:   Thu Mar 13 09:23:30 2025 -0400

    PHP updated the PHP Create table example (awsdocs#7300)

commit bc14b74
Author: Scott Macdonald <57190223+scmacdon@users.noreply.github.com>
Date:   Wed Mar 12 16:07:22 2025 -0400

    Java V2 update a Lambda function in SOS (awsdocs#7299)

commit 6d69c0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:37:57 2025 +0000

    Bump @babel/runtime-corejs3 from 7.18.3 to 7.26.10 in /resources/clients/react/item-tracker (awsdocs#7290)

    Bump @babel/runtime-corejs3 in /resources/clients/react/item-tracker

    Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.3 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime-corejs3"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f9b97fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:34:18 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /applications/feedback_sentiment_analyzer/client (awsdocs#7298)

    Bump @babel/runtime in /applications/feedback_sentiment_analyzer/client

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 016a83a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:30:01 2025 +0000

    Bump aws-cdk-lib from 2.100.0 to 2.177.0 in /scenarios/basics/iot/iot_usecase/resources/cdk (awsdocs#7294)

    Bump aws-cdk-lib in /scenarios/basics/iot/iot_usecase/resources/cdk

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.100.0 to 2.177.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6aa0454
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:27:24 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /applications/photo-asset-manager/elros-pam (awsdocs#7297)

    Bump @babel/runtime in /applications/photo-asset-manager/elros-pam

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5523f70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:22:40 2025 +0000

    Bump @babel/runtime from 7.19.0 to 7.26.10 in /resources/clients/react/elwing/src/plugins/sqs-message (awsdocs#7295)

    Bump @babel/runtime

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.19.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit bcd13ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:19:54 2025 +0000

    Bump @babel/helpers from 7.18.2 to 7.26.10 in /resources/clients/react/item-tracker (awsdocs#7296)

    Bump @babel/helpers in /resources/clients/react/item-tracker

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.2 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e230dbc
Author: Brian Murray <40031786+brmur@users.noreply.github.com>
Date:   Wed Mar 12 13:23:22 2025 +0000

    move basics_scenarios folder into scenarios (awsdocs#7293)

    * move basics_scenarios folder into scenarios

    * remove basics_scenarios folder

commit 3d8a603
Author: Dennis Traub <traubd@amazon.de>
Date:   Tue Mar 11 19:07:42 2025 +0100

    Python: Nova Reel Text-to-Video example (awsdocs#7287)

    Add Nova Reel example

commit 6f22c0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 11 14:02:24 2025 +0000

    Bump rack from 3.1.11 to 3.1.12 in /ruby (awsdocs#7289)

    Bumps [rack](https://github.com/rack/rack) from 3.1.11 to 3.1.12.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.1.11...v3.1.12)

    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6d3cb50
Author: Scott Macdonald <57190223+scmacdon@users.noreply.github.com>
Date:   Mon Mar 10 15:59:18 2025 -0400

    Kotlin A PR to address a ticket (awsdocs#7279)

    A PR to address a ticket

commit 077ef19
Author: Sam Bisciglia <sbiscigl@asu.edu>
Date:   Mon Mar 10 15:56:38 2025 -0400

    Cpp: Remove broken assert (awsdocs#7285)

commit ba9ee21
Author: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date:   Mon Mar 10 07:07:30 2025 -0500

    .NET v4 Preview: Adding ECS Folder (awsdocs#7261)

    Adding ECS Folder

commit d1d1f40
Author: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date:   Mon Mar 10 07:05:37 2025 -0500

    Python: Default to on-demand tables in Python DynamoDB examples. (awsdocs#7264)

    * Updates to Python DynamoDB provisioning settings.

commit 9645480
Author: Laren-AWS <57545972+Laren-AWS@users.noreply.github.com>
Date:   Mon Mar 10 05:02:47 2025 -0700

    Update to tools release 2025.09.1 (awsdocs#7280)

commit 0a5756e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 10 11:58:20 2025 +0000

    Bump axios from 1.6.0 to 1.8.2 in /resources/clients/react/item-tracker (awsdocs#7282)

    Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.0...v1.8.2)

    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 252523a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 10 11:55:55 2025 +0000

    Bump axios from 1.6.0 to 1.8.2 in /resources/clients/react/elwing/src/plugins/sqs-message (awsdocs#7283)

    Bump axios in /resources/clients/react/elwing/src/plugins/sqs-message

    Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.0...v1.8.2)

    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1e472bf
Author: Dennis Traub <traubd@amazon.de>
Date:   Mon Mar 10 12:49:24 2025 +0100

    JavaScript: Correcting metadata for Amazon Nova examples (awsdocs#7286)

    JS: Fix metadata for Amazon Nova examples

commit 4e9aa14
Author: Todd Hill <110035210+tkhill-AWS@users.noreply.github.com>
Date:   Fri Mar 7 13:09:27 2025 -0500

    JavaV2: Update CloudFront signing for custom policy with new resourceUrlPattern property (awsdocs#7269)

    Update CloudFront signing for custom policy with new resourceUrlPattern property

    https://issues.amazon.com/issues/P201194040
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency file. On Call Review complete On call review complete Tools This issue relates to a custom tooling to streamline development tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants