Skip to content

build(deps): bump the patches group across 1 directory with 6 updates#55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lambda/patches-4f2eb67c59
Open

build(deps): bump the patches group across 1 directory with 6 updates#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lambda/patches-4f2eb67c59

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the patches group with 6 updates in the /lambda directory:

Package From To
aws-encryption-sdk 4.0.5 4.0.6
boto3 1.43.2 1.43.6
botocore 1.43.4 1.43.6
pydantic 2.13.3 2.13.4
pydantic-core 2.46.3 2.46.4
pydantic-settings 2.14.0 2.14.1

Updates aws-encryption-sdk from 4.0.5 to 4.0.6

Release notes

Sourced from aws-encryption-sdk's releases.

4.0.6 -- 2026-05-07

Fixes

  • fix: Replace isinstance metaclass check with issubclass in generate_ecc_signing_key #802
  • fix: use issubclass instead of isinstance in _set_signature_type #800
Changelog

Sourced from aws-encryption-sdk's changelog.

4.0.6 -- 2026-05-07

Fixes

  • fix: Replace isinstance metaclass check with issubclass in generate_ecc_signing_key (#802) [#802](https://github.com/aws/aws-encryption-sdk-python/issues/802) <https://github.com/aws/aws-encryption-sdk-python/pull/802>_
  • fix: use issubclass instead of isinstance in set_signature_type (#800) [#800](https://github.com/aws/aws-encryption-sdk-python/issues/800) <https://github.com/aws/aws-encryption-sdk-python/pull/800>
Commits
  • d45ed4d chore: preflight 4.0.6 release (#803)
  • 6e958bd fix(crypto): Replace isinstance metaclass check with issubclass in generate_e...
  • c00a58c fix: use issubclass instead of isinstance in _set_signature_type (#800)
  • See full diff in compare view

Updates boto3 from 1.43.2 to 1.43.6

Commits

Updates botocore from 1.43.4 to 1.43.6

Commits

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates pydantic-core from 2.46.3 to 2.46.4

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates pydantic-settings from 2.14.0 to 2.14.1

Release notes

Sourced from pydantic-settings's releases.

v2.14.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.14.0...v2.14.1

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 11, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 11, 2026 20:47
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

Dependabot can't evaluate your Python dependency files. Because of this, Dependabot cannot update this pull request.

Bumps the patches group with 6 updates in the /lambda directory:

| Package | From | To |
| --- | --- | --- |
| [aws-encryption-sdk](https://github.com/aws/aws-encryption-sdk-python) | `4.0.5` | `4.0.6` |
| [boto3](https://github.com/boto/boto3) | `1.43.2` | `1.43.6` |
| [botocore](https://github.com/boto/botocore) | `1.43.4` | `1.43.6` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` |
| [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.3` | `2.46.4` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.0` | `2.14.1` |



Updates `aws-encryption-sdk` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/aws/aws-encryption-sdk-python/releases)
- [Changelog](https://github.com/aws/aws-encryption-sdk-python/blob/master/CHANGELOG.rst)
- [Commits](aws/aws-encryption-sdk-python@v4.0.5...v4.0.6)

Updates `boto3` from 1.43.2 to 1.43.6
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.2...1.43.6)

Updates `botocore` from 1.43.4 to 1.43.6
- [Commits](boto/botocore@1.43.4...1.43.6)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `pydantic-core` from 2.46.3 to 2.46.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@core-v2.46.3...core-v2.46.4)

Updates `pydantic-settings` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: aws-encryption-sdk
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: boto3
  dependency-version: 1.43.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: botocore
  dependency-version: 1.43.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pydantic-core
  dependency-version: 2.46.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pydantic-settings
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the patches group in /lambda with 6 updates build(deps): bump the patches group across 1 directory with 6 updates May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/lambda/patches-4f2eb67c59 branch from 4601923 to 8911817 Compare May 12, 2026 01:12
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.

0 participants