Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Updates the requirements on aws-lambda-powertools to permit the latest version.

Changelog

Sourced from aws-lambda-powertools's changelog.

[v3.23.0] - 2025-11-13

Bug Fixes

  • layer: bump cdk version (#7677)

Documentation

  • batch: fix error handling code highlight line number (#7638)
  • openapi: Update docstring's openapi default version to match current default version (#7669)

Maintenance

  • version bump
  • ci: new pre-release 3.22.2a0 (#7642)
  • ci: new pre-release 3.22.2a1 (#7646)
  • ci: adding support for Python 3.14 - WIP (#7431)
  • ci: new pre-release 3.22.2a2 (#7652)
  • ci: new pre-release 3.22.2a3 (#7659)
  • ci: new pre-release 3.22.2a4 (#7674)
  • deps: bump actions/dependency-review-action from 4.8.1 to 4.8.2 (#7662)
  • deps: bump pydantic from 2.12.3 to 2.12.4 (#7641)
  • deps: bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#7639)
  • deps: bump squidfunk/mkdocs-material from 58dee36 to 980e11f in /docs (#7661)
  • deps: bump mkdocstrings-python from 1.18.2 to 1.19.0 in /docs (#7655)
  • deps: bump mkdocs-material from 9.6.23 to 9.7.0 in /docs (#7663)
  • deps-dev: bump aws-cdk-lib from 2.222.0 to 2.223.0 (#7656)
  • deps-dev: bump types-python-dateutil from 2.9.0.20251008 to 2.9.0.20251108 (#7657)
  • deps-dev: bump aws-cdk from 2.1031.1 to 2.1031.2 (#7645)
  • deps-dev: bump boto3-stubs from 1.40.70 to 1.40.71 (#7672)
  • deps-dev: bump sentry-sdk from 2.43.0 to 2.44.0 (#7665)
  • deps-dev: bump aws-cdk-aws-lambda-python-alpha from 2.222.0a0 to 2.223.0a0 (#7664)
  • deps-dev: bump boto3-stubs from 1.40.64 to 1.40.69 (#7654)
  • deps-dev: bump types-protobuf from 6.32.1.20250918 to 6.32.1.20251105 (#7640)
  • deps-dev: bump pytest-benchmark from 5.2.1 to 5.2.3 (#7658)
  • deps-dev: bump nox from 2025.10.16 to 2025.11.12 (#7671)
  • deps-dev: bump ruff from 0.14.3 to 0.14.4 (#7649)
  • docs: fix broken images (#7644)

[v3.22.1] - 2025-11-05

Bug Fixes

  • batch: ensure Python 3.14 compatibility for async event loop handling (#7599)
  • event-handler: preserve metadata constraints in parameter validation (#7609)
  • typing: Fix type of Metrics.set_timestamp argument (#7582)

Documentation

  • tracer: fix typo in the tracer documentation (#7617)

... (truncated)

Commits
  • de63d62 chore: version bump
  • d93a822 fix(layer): bump cdk version (#7677)
  • a58cef7 chore(ci): adding support for Python 3.14 - WIP (#7431)
  • 89d16a0 chore(deps-dev): bump sentry-sdk from 2.43.0 to 2.44.0 (#7665)
  • ca9a026 chore(deps-dev): bump nox from 2025.10.16 to 2025.11.12 (#7671)
  • eecb687 chore(deps-dev): bump aws-cdk-aws-lambda-python-alpha from 2.222.0a0 to 2.223...
  • 6882363 chore(deps-dev): bump boto3-stubs from 1.40.70 to 1.40.71 (#7672)
  • aa2d36b chore(deps): bump mkdocs-material from 9.6.23 to 9.7.0 in /docs (#7663)
  • df051fd chore(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 (#7662)
  • 0bbeef1 chore(deps): bump squidfunk/mkdocs-material from 58dee36 to 980e11f in /d...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 17, 2025 19:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 17, 2025
@jameslinnell
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jameslinnell
Copy link
Contributor

@dependabot rebase

Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version.
- [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.26.0...v3.23.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-version: 3.23.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.23.0 branch from 19e05bf to d039279 Compare December 18, 2025 17:55
@jameslinnell
Copy link
Contributor

This requires pydantic v2 which is a lot more work involved than just this PR

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