Commit e0e2b4b
chore(deps): consolidate Dependabot dependency updates (#8285)
* chore(deps-dev): bump aws-cdk in the aws-cdk group
Bumps the aws-cdk group with 1 update: [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).
Updates `aws-cdk` from 2.1126.0 to 2.1127.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1127.0/packages/aws-cdk)
---
updated-dependencies:
- dependency-name: aws-cdk
dependency-version: 2.1127.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: aws-cdk
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump ty from 0.0.35 to 0.0.49
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.35 to 0.0.49.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.35...0.0.49)
---
updated-dependencies:
- dependency-name: ty
dependency-version: 0.0.49
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump aws-powertools/actions in the github-actions group
Bumps the github-actions group with 1 update: [aws-powertools/actions](https://github.com/aws-powertools/actions).
Updates `aws-powertools/actions` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/aws-powertools/actions/releases)
- [Commits](aws-powertools/actions@828e78a...4bf64a4)
---
updated-dependencies:
- dependency-name: aws-powertools/actions
dependency-version: 1.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump valkey-glide from 2.3.1 to 2.4.1
Bumps [valkey-glide](https://github.com/valkey-io/valkey-glide) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/valkey-io/valkey-glide/releases)
- [Changelog](https://github.com/valkey-io/valkey-glide/blob/main/CHANGELOG.md)
- [Commits](valkey-io/valkey-glide@v2.3.1...v2.4.1)
---
updated-dependencies:
- dependency-name: valkey-glide
dependency-version: 2.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump boto3-stubs from 1.43.24 to 1.43.29
Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.43.24 to 1.43.29.
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)
---
updated-dependencies:
- dependency-name: boto3-stubs
dependency-version: 1.43.29
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs
Bumps [cdklabs-generative-ai-cdk-constructs](https://github.com/awslabs/generative-ai-cdk-constructs) from 0.1.317 to 0.1.318.
- [Release notes](https://github.com/awslabs/generative-ai-cdk-constructs/releases)
- [Changelog](https://github.com/awslabs/generative-ai-cdk-constructs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/generative-ai-cdk-constructs/commits)
---
updated-dependencies:
- dependency-name: cdklabs-generative-ai-cdk-constructs
dependency-version: 0.1.318
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(data_classes): align DictWrapper.get signature with Mapping protocol
ty 0.0.49 enforces LSP checks on Mapping.get which requires `key: object`.
Widen parameter type and coerce to str internally for dict lookup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 603cdce commit e0e2b4b
6 files changed
Lines changed: 76 additions & 76 deletions
File tree
- .github/workflows
- aws_lambda_powertools/utilities/data_classes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
0 commit comments