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

chore(deps): bump the api-pip-dependencies group in /api with 2 updates #12

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the api-pip-dependencies group in /api with 2 updates: aws-lambda-powertools[all,aws-sdk] and aws-lambda-powertools[parser,tracer].

Updates aws-lambda-powertools[all,aws-sdk] from 2.42.0 to 2.43.0

Release notes

Sourced from aws-lambda-powertools[all,aws-sdk]'s releases.

v2.43.0

Summary

This release improves the Validation utility, which now returns the validated data, including default values.

We have improved the Metrics utility, which now can emit metrics using the None unit. We have also fixed a bug in Event Source for Amazon DynamoDB Streams when using numbers with more than 38 digits.

🌟 ⭐ A big thank you to our new contributors: @​dracozombie19, and @​avonengel

Retrieving validated JSON from validate function

Docs

The validate function now returns the validated JSON, including any default values.

validate1

Last but least, thank to @​miikka, @​aminalaee and @​ethantkoenig for raising issues.

Changes

  • refactor(tracer): make capture_lambda_handler type more generic (#4796) by @​aminalaee

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(data_class): ensure DynamoDBStreamEvent conforms to decimal limits (#4863) by @​sthulb

🔧 Maintenance

  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.233 to 0.1.234 (#4909) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901) by @​dependabot
  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.231 to 0.1.233 (#4900) by @​dependabot
  • chore(deps-dev): bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#4899) by @​dependabot
  • chore(deps-dev): bump cfn-lint from 1.9.3 to 1.9.5 (#4890) by @​dependabot
  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.230 to 0.1.231 (#4891) by @​dependabot
  • chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.150.0a0 to 2.151.0a0 (#4889) by @​dependabot
  • chore(deps-dev): bump coverage from 7.6.0 to 7.6.1 (#4888) by @​dependabot
  • chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /layer/scripts/layer-balancer in the layer-balancer group (#4892) by @​dependabot

... (truncated)

Changelog

Sourced from aws-lambda-powertools[all,aws-sdk]'s changelog.

[v2.43.0] - 2024-08-08

Bug Fixes

  • data_class: ensure DynamoDBStreamEvent conforms to decimal limits (#4863)

Code Refactoring

  • test: make CORS test consistent with expected behavior (#4882)
  • tracer: make capture_lambda_handler type more generic (#4796)

Documentation

  • fix type vs. field in comment (#4832)
  • public_reference: add CHS Inc. as a public reference (#4885)
  • public_reference: add LocalStack as a public reference (#4858)
  • public_reference: add Caylent as a public reference (#4822)

Features

  • metrics: add unit None for CloudWatch EMF Metrics (#4904)
  • validation: returns output from validate function (#4839)

Maintenance

  • version bump
  • ci: new pre-release 2.42.1a5 (#4868)
  • ci: new pre-release 2.42.1a8 (#4903)
  • ci: new pre-release 2.42.1a0 (#4827)
  • ci: new pre-release 2.42.1a7 (#4894)
  • ci: new pre-release 2.42.1a1 (#4837)
  • ci: new pre-release 2.42.1a3 (#4856)
  • ci: new pre-release 2.42.1a4 (#4864)
  • ci: new pre-release 2.42.1a6 (#4884)
  • ci: new pre-release 2.42.1a2 (#4847)
  • deps: bump golang.org/x/sync from 0.7.0 to 0.8.0 in /layer/scripts/layer-balancer in the layer-balancer group (#4892)
  • deps: bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901)
  • deps: bump actions/upload-artifact from 4.3.4 to 4.3.5 (#4871)
  • deps: bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#4829)
  • deps: bump squidfunk/mkdocs-material from 257eca8 to 9919d6e in /docs (#4878)
  • deps: bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#4844)
  • deps: bump redis from 5.0.7 to 5.0.8 (#4854)
  • deps-dev: bump ruff from 0.5.5 to 0.5.6 (#4874)
  • deps-dev: bump mypy-boto3-cloudwatch from 1.34.83 to 1.34.153 in the boto-typing group (#4887)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.224 to 0.1.228 (#4867)
  • deps-dev: bump cfn-lint from 1.9.1 to 1.9.3 (#4866)
  • deps-dev: bump sentry-sdk from 2.11.0 to 2.12.0 (#4861)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.228 to 0.1.230 (#4876)
  • deps-dev: bump black from 24.4.2 to 24.8.0 (#4873)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.223 to 0.1.224 (#4855)
  • deps-dev: bump mypy-boto3-logs from 1.34.66 to 1.34.151 in the boto-typing group (#4853)

... (truncated)

Commits
  • 22dbb20 chore: version bump
  • 1950fe0 chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.233 to 0....
  • f10f6f8 chore(ci): changelog rebuild (#4905)
  • e32887d feat(metrics): add unit None for CloudWatch EMF Metrics (#4904)
  • c248549 chore(ci): new pre-release 2.42.1a8 (#4903)
  • 5f80e46 chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901)
  • c305603 chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.231 to 0....
  • 06845aa chore(deps-dev): bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#4899)
  • 02218d3 chore(ci): changelog rebuild (#4895)
  • 2ed3b2f refactor(tracer): make capture_lambda_handler type more generic (#4796)
  • Additional commits viewable in compare view

Updates aws-lambda-powertools[parser,tracer] from 2.42.0 to 2.43.0

Release notes

Sourced from aws-lambda-powertools[parser,tracer]'s releases.

v2.43.0

Summary

This release improves the Validation utility, which now returns the validated data, including default values.

We have improved the Metrics utility, which now can emit metrics using the None unit. We have also fixed a bug in Event Source for Amazon DynamoDB Streams when using numbers with more than 38 digits.

🌟 ⭐ A big thank you to our new contributors: @​dracozombie19, and @​avonengel

Retrieving validated JSON from validate function

Docs

The validate function now returns the validated JSON, including any default values.

validate1

Last but least, thank to @​miikka, @​aminalaee and @​ethantkoenig for raising issues.

Changes

  • refactor(tracer): make capture_lambda_handler type more generic (#4796) by @​aminalaee

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(data_class): ensure DynamoDBStreamEvent conforms to decimal limits (#4863) by @​sthulb

🔧 Maintenance

  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.233 to 0.1.234 (#4909) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901) by @​dependabot
  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.231 to 0.1.233 (#4900) by @​dependabot
  • chore(deps-dev): bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#4899) by @​dependabot
  • chore(deps-dev): bump cfn-lint from 1.9.3 to 1.9.5 (#4890) by @​dependabot
  • chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.230 to 0.1.231 (#4891) by @​dependabot
  • chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.150.0a0 to 2.151.0a0 (#4889) by @​dependabot
  • chore(deps-dev): bump coverage from 7.6.0 to 7.6.1 (#4888) by @​dependabot
  • chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /layer/scripts/layer-balancer in the layer-balancer group (#4892) by @​dependabot

... (truncated)

Changelog

Sourced from aws-lambda-powertools[parser,tracer]'s changelog.

[v2.43.0] - 2024-08-08

Bug Fixes

  • data_class: ensure DynamoDBStreamEvent conforms to decimal limits (#4863)

Code Refactoring

  • test: make CORS test consistent with expected behavior (#4882)
  • tracer: make capture_lambda_handler type more generic (#4796)

Documentation

  • fix type vs. field in comment (#4832)
  • public_reference: add CHS Inc. as a public reference (#4885)
  • public_reference: add LocalStack as a public reference (#4858)
  • public_reference: add Caylent as a public reference (#4822)

Features

  • metrics: add unit None for CloudWatch EMF Metrics (#4904)
  • validation: returns output from validate function (#4839)

Maintenance

  • version bump
  • ci: new pre-release 2.42.1a5 (#4868)
  • ci: new pre-release 2.42.1a8 (#4903)
  • ci: new pre-release 2.42.1a0 (#4827)
  • ci: new pre-release 2.42.1a7 (#4894)
  • ci: new pre-release 2.42.1a1 (#4837)
  • ci: new pre-release 2.42.1a3 (#4856)
  • ci: new pre-release 2.42.1a4 (#4864)
  • ci: new pre-release 2.42.1a6 (#4884)
  • ci: new pre-release 2.42.1a2 (#4847)
  • deps: bump golang.org/x/sync from 0.7.0 to 0.8.0 in /layer/scripts/layer-balancer in the layer-balancer group (#4892)
  • deps: bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901)
  • deps: bump actions/upload-artifact from 4.3.4 to 4.3.5 (#4871)
  • deps: bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#4829)
  • deps: bump squidfunk/mkdocs-material from 257eca8 to 9919d6e in /docs (#4878)
  • deps: bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#4844)
  • deps: bump redis from 5.0.7 to 5.0.8 (#4854)
  • deps-dev: bump ruff from 0.5.5 to 0.5.6 (#4874)
  • deps-dev: bump mypy-boto3-cloudwatch from 1.34.83 to 1.34.153 in the boto-typing group (#4887)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.224 to 0.1.228 (#4867)
  • deps-dev: bump cfn-lint from 1.9.1 to 1.9.3 (#4866)
  • deps-dev: bump sentry-sdk from 2.11.0 to 2.12.0 (#4861)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.228 to 0.1.230 (#4876)
  • deps-dev: bump black from 24.4.2 to 24.8.0 (#4873)
  • deps-dev: bump cdklabs-generative-ai-cdk-constructs from 0.1.223 to 0.1.224 (#4855)
  • deps-dev: bump mypy-boto3-logs from 1.34.66 to 1.34.151 in the boto-typing group (#4853)

... (truncated)

Commits
  • 22dbb20 chore: version bump
  • 1950fe0 chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.233 to 0....
  • f10f6f8 chore(ci): changelog rebuild (#4905)
  • e32887d feat(metrics): add unit None for CloudWatch EMF Metrics (#4904)
  • c248549 chore(ci): new pre-release 2.42.1a8 (#4903)
  • 5f80e46 chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#4901)
  • c305603 chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.231 to 0....
  • 06845aa chore(deps-dev): bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#4899)
  • 02218d3 chore(ci): changelog rebuild (#4895)
  • 2ed3b2f refactor(tracer): make capture_lambda_handler type more generic (#4796)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the api-pip-dependencies group in /api with 2 updates: [aws-lambda-powertools[all,aws-sdk]](https://github.com/aws-powertools/powertools-lambda-python) and [aws-lambda-powertools[parser,tracer]](https://github.com/aws-powertools/powertools-lambda-python).


Updates `aws-lambda-powertools[all,aws-sdk]` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.42.0...v2.43.0)

Updates `aws-lambda-powertools[parser,tracer]` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.42.0...v2.43.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools[all,aws-sdk]
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api-pip-dependencies
- dependency-name: aws-lambda-powertools[parser,tracer]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 13:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 12, 2024
@jplock jplock merged commit 47d830a into main Aug 12, 2024
1 check passed
@jplock jplock deleted the dependabot/pip/api/api-pip-dependencies-8b62c9b44f branch August 12, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant