Bump the dependencies group with 7 updates#22
Merged
Conversation
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.2` | | [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `3.27.0` | `3.28.0` | | [boto3](https://github.com/boto/boto3) | `1.42.88` | `1.42.91` | | [aws-cdk-lib](https://github.com/aws/aws-cdk) | `2.248.0` | `2.250.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.11` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.12` | `6.152.1` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.3` | `1.0.4` | Updates `pydantic` from 2.12.5 to 2.13.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.2) Updates `aws-lambda-powertools` from 3.27.0 to 3.28.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@v3.27.0...v3.28.0) Updates `boto3` from 1.42.88 to 1.42.91 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.88...1.42.91) Updates `aws-cdk-lib` from 2.248.0 to 2.250.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](aws/aws-cdk@v2.248.0...v2.250.0) Updates `ruff` from 0.15.10 to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.11) Updates `hypothesis` from 6.151.12 to 6.152.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.12...hypothesis-python-6.152.1) Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: aws-lambda-powertools dependency-version: 3.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.42.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: aws-cdk-lib dependency-version: 2.250.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hypothesis dependency-version: 6.152.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 dependencies group with 7 updates:
2.12.52.13.23.27.03.28.01.42.881.42.912.248.02.250.00.15.100.15.116.151.126.152.11.0.31.0.4Updates
pydanticfrom 2.12.5 to 2.13.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
ca3ddd1Prepare release v2.13.2000e823FixValidationInfo.field_namemissing withmodel_validate_json()d45d8bePrepare release 2.13.154aca60FixValidationInfo.datamissing withmodel_validate_json()46bf4faFix Pydantic release workflow (#13067)1b359edPrepare release v2.13.0 (#13065)b1bf194Fix model equality when using runtimeextraconfiguration (#13062)17a35e3Update jiter to v0.14.0 (#13064)feea402Usesimulationmode in Codspeed CI (#13063)671c9b0Add basic benchmarks for model equality (#13061)Updates
aws-lambda-powertoolsfrom 3.27.0 to 3.28.0Release notes
Sourced from aws-lambda-powertools's releases.
... (truncated)
Changelog
Sourced from aws-lambda-powertools's changelog.
Commits
9f2c57dchore: version bump7fc9efbfix(data_class): merge querystring parameters in ALB/APIGW classes (#8154)cd8829bfeat(event_handler): enrich request object (#8153)6bcb8a3chore: bump dependabot dependencies. (#8152)f06db0achore(deps-dev): bump aws-cdk from 2.1117.0 to 2.1118.0 in the aws-cdk group ...8673edechore(deps): bump cryptography from 46.0.6 to 46.0.7 (#8132)45d25e9feat(event_handler): adding status_code OpenAPI field (#8130)d488548docs: adding new Lambda features (#7917)4cb9997feat(event_handler): add Dependency injection with Depends() (#8128)f1d07abfix(event_handler): read swagger files with UTF-8 encoding (#8131)Updates
boto3from 1.42.88 to 1.42.91Commits
d5b7391Merge branch 'release-1.42.91'f8d1385Bumping version to 1.42.913e83422Add changelog entries from botocoreac298d4Merge branch 'release-1.42.90'1a92783Merge branch 'release-1.42.90' into developc16e41eBumping version to 1.42.90ec6d8b3Add changelog entries from botocoree73a6f9Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#4767)54a9dc1Merge branch 'release-1.42.89'0cb8ca5Merge branch 'release-1.42.89' into developUpdates
aws-cdk-libfrom 2.248.0 to 2.250.0Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
26014d4chore(release): 2.250.0 (#37592)2ebf82fchore: trigger build89773c3chore: update analytics metadata blueprints235eecechore(release): 2.250.0af41262feat(s3files): s3Files Lambda L1 integration (#37547)3d64593chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in the npm_and_yarn...74d1e8bchore(security-guardian): improve failure messages (#37542)a0588edchore(ci): use workflow_run pattern for auto integ test to fix PR secret acce...4c530fafix(eks-v2): respect securityGroup(s) in KubectlProviderOptions (#37247)109e0c3chore(merge-back): 2.249.0 (#37584)Updates
rufffrom 0.15.10 to 0.15.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
53554b1Bump 0.15.11 (#24678)08c56c8Factor out themdtestcrate (#24616)725fbb7[ty] Use partially qualified names when reporting diagnostics regarding bad c...ddd6a30[ty] Do not suggest argument completion when at value of keyword argument (#2...9282e61Disallow@disjoint_base on TypedDicts and Protocols (#24671)e9986d8[ty] Reject using properties withNeversetters or deleters (#24510)9cf212f[ty] Normalize property setter and deleter wrappers (#24509)12a1589Add override mention to ASYNC109 docs (#24666)dccb03d[ty] Avoid panicking on overloadedCallabletype context (#24661)61f9a0a[ty] Sync vendored typeshed stubs (#24646)Updates
hypothesisfrom 6.151.12 to 6.152.1Release notes
Sourced from hypothesis's releases.
Commits
d451213Bump hypothesis-python version to 6.152.1 and update changelogc95fa97Merge pull request #4706 from Liam-DeVoe/typing-fix7dd2cfdMerge remote-tracking branch 'upstream/master' into typing-fix35fdf62Bump hypothesis-python version to 6.152.0 and update changelog0cb15c5tighten check for typing0e03204Merge pull request #4704 from Liam-DeVoe/auto-ignore-.hypothesis3625c63fix ci failures8a8a6a1reword for clarity0102250fix cie571cf3Bump hypothesis-python version to 6.151.14 and update changelogUpdates
mkdocstringsfrom 1.0.3 to 1.0.4Release notes
Sourced from mkdocstrings's releases.
Changelog
Sourced from mkdocstrings's changelog.
Commits
a938528chore: Prepare release 1.0.41eaa224ci: Lint and type-check80e090dMerge branch 'main' of github.com:mkdocstrings/mkdocstrings5f82a58chore: Template upgrade3d1969afix: Add timeout when downloading inventories (10 seconds)a0c47b9docs: Fix broken link in READMEe500a2bchore: Update sponsors section in READMEDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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