build(deps): bump the patches group across 1 directory with 4 updates#87
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the patches group across 1 directory with 4 updates#87dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
🏗️ CDK infra diff — PR vs
|
Bumps the patches group with 4 updates in the /lambda directory: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [wrapt](https://github.com/GrahamDumpleton/wrapt). Updates `boto3` from 1.43.31 to 1.43.36 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.31...1.43.36) Updates `botocore` from 1.43.31 to 1.43.36 - [Commits](boto/botocore@1.43.31...1.43.36) Updates `pydantic-settings` from 2.14.1 to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.1...v2.14.2) Updates `wrapt` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: botocore dependency-version: 1.43.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: wrapt dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
4775cf4 to
101a0c3
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patches group with 4 updates in the /lambda directory: boto3, botocore, pydantic-settings and wrapt.
Updates
boto3from 1.43.31 to 1.43.36Commits
1d26f21Merge branch 'release-1.43.36'111333bBumping version to 1.43.369d1fa23Add changelog entries from botocore6d7f3c2Update security docs to use newer versions of openssl and python (#4796)c5b26caMerge branch 'release-1.43.35'c3750acMerge branch 'release-1.43.35' into develop46e77cdBumping version to 1.43.359919edeAdd changelog entries from botocore1820b7dMerge branch 'release-1.43.34'0065dbeMerge branch 'release-1.43.34' into developUpdates
botocorefrom 1.43.31 to 1.43.36Commits
7a5b506Merge branch 'release-1.43.36'9f214f1Bumping version to 1.43.3632ea3d9Update to latest modelsd33e4c5Merge branch 'release-1.43.35'7f8e97aMerge branch 'release-1.43.35' into develop833cf6eBumping version to 1.43.358b3f215Update to latest models377d566Merge customizations for Application Signals67d724cMerge branch 'release-1.43.34'10f696eMerge branch 'release-1.43.34' into developUpdates
pydantic-settingsfrom 2.14.1 to 2.14.2Release notes
Sourced from pydantic-settings's releases.
Commits
d703bd7Prepare release 2.14.2 (#890)Updates
wraptfrom 2.2.1 to 2.2.2Release notes
Sourced from wrapt's releases.
... (truncated)
Changelog
Sourced from wrapt's changelog.
Commits
0ae09fdMerge branch 'release/2.2.2'86db7a9Update to 2.2.2 for final release.6deda43Update to 2.2.2rc3.9c48a1eConstrain lru_cache proxy detection to BaseObjectProxy subclasses.4053838Update version to 2.2.2rc2.99bf4efStore lru_cache per-instance cache on object proxy not wrapped object.0e862fbDocument pickling instances with lru_cache decorated methods.73dca57Add lru_cache tests for overridden methods calling super().beead5cFix lru_cache recursion for overridden methods calling super().fbf2fc1Document pure Python failure mode for ObjectProxy + ABCMeta mixin.