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 pip-dependencies group across 1 directory with 4 updates #310

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the pip-dependencies group with 4 updates in the /backend directory: aws-lambda-powertools[all,aws-sdk], boto3-stubs[dynamodb,sqs], pre-commit and plaid-python.

Updates aws-lambda-powertools[all,aws-sdk] from 3.3.0 to 3.4.1

Release notes

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

v3.4.1

Summary

In this release we fixed a bug in the Idempotency utility when using Optional types in output serialization.

🌟 ⭐ Thanks for @​TonySherman for reporting this issue.

Using Optinal types in Idempotency serialization

Docs

Customers can now use Optional type when serializing Idempotency response. Previously, using Optional types in Idempotency serialization with Pydantic or Dataclasses caused serialization exception.

image

And last but not least, thanks to @​aminalaee for reporting a bug in the resolver field naming in AppSync!

Changes

📜 Documentation updates

🐛 Bug and hot fixes

🔧 Maintenance

... (truncated)

Changelog

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

[v3.4.1] - 2025-01-14

Bug Fixes

  • appsync: enhance consistency for custom resolver field naming in AppSync (#5801)
  • idempotency: add support for Optional type when serializing output (#5590)

Documentation

  • community: data masking blog post (#5831)
  • home: fix date typo and shorten message. (#5798)
  • layer: update layer version number - v3.4.0 (#5785)

Maintenance

  • version bump
  • ci: new pre-release 3.4.1a7 (#5816)
  • ci: new pre-release 3.4.1a0 (#5783)
  • ci: change token permissions (#5862)
  • ci: change token permissions / update aws-credentials action (#5861)
  • ci: fix dependency resolution (#5859)
  • ci: fix dependency resolution (#5858)
  • ci: change token permissions (#5865)
  • ci: new pre-release 3.4.1a1 (#5789)
  • ci: new pre-release 3.4.1a2 (#5791)
  • ci: new pre-release 3.4.1a3 (#5794)
  • ci: new pre-release 3.4.1a10 (#5845)
  • ci: new pre-release 3.4.1a4 (#5796)
  • ci: new pre-release 3.4.1a5 (#5807)
  • ci: new pre-release 3.4.1a8 (#5818)
  • ci: new pre-release 3.4.1a6 (#5813)
  • ci: new pre-release 3.4.1a9 (#5822)
  • deps: bump pydantic from 2.10.4 to 2.10.5 (#5848)
  • deps: bump jinja2 from 3.1.4 to 3.1.5 in /docs (#5787)
  • deps: bump pydantic-settings from 2.7.0 to 2.7.1 (#5815)
  • deps-dev: bump ruff from 0.8.4 to 0.8.6 (#5833)
  • deps-dev: bump boto3-stubs from 1.35.90 to 1.35.92 (#5827)
  • deps-dev: bump aws-cdk from 2.173.4 to 2.174.0 (#5832)
  • deps-dev: bump aws-cdk-aws-lambda-python-alpha from 2.173.2a0 to 2.173.4a0 (#5811)
  • deps-dev: bump cfn-lint from 1.22.2 to 1.22.3 (#5810)
  • deps-dev: bump boto3-stubs from 1.35.89 to 1.35.90 (#5809)
  • deps-dev: bump mypy from 1.14.0 to 1.14.1 (#5812)
  • deps-dev: bump boto3-stubs from 1.35.92 to 1.35.93 (#5835)
  • deps-dev: bump aws-cdk-lib from 2.173.4 to 2.174.1 (#5838)
  • deps-dev: bump mypy-boto3-appconfigdata from 1.35.0 to 1.35.93 in the boto-typing group (#5840)
  • deps-dev: bump aws-cdk-lib from 2.173.2 to 2.173.4 (#5803)
  • deps-dev: bump aws-cdk from 2.173.2 to 2.173.4 (#5802)
  • deps-dev: bump boto3-stubs from 1.35.87 to 1.35.89 (#5804)
  • deps-dev: bump jinja2 from 3.1.4 to 3.1.5 (#5788)
  • deps-dev: bump aws-cdk from 2.174.0 to 2.174.1 (#5841)
  • deps-dev: bump aws-cdk-aws-lambda-python-alpha from 2.173.4a0 to 2.174.1a0 (#5842)

... (truncated)

Commits
  • 79eba7e chore: version bump
  • c1094d4 chore(ci): change token permissions (#5865)
  • 2bbf4be chore(deps-dev): bump ruff from 0.8.6 to 0.9.1 (#5853)
  • 7d85168 chore(deps-dev): bump aws-cdk from 2.175.0 to 2.175.1 (#5863)
  • 27737cf chore(ci): change token permissions (#5862)
  • 09001b2 chore(ci): change token permissions / update aws-credentials action (#5861)
  • 1b81fbf chore(ci): fix dependency resolution (#5859)
  • 2364fb1 chore(ci): fix dependency resolution (#5858)
  • 0fe4ab7 chore(deps-dev): bump aws-cdk-lib from 2.174.1 to 2.175.1 (#5856)
  • a0d0425 chore(deps-dev): bump aws-cdk from 2.174.1 to 2.175.0 (#5854)
  • Additional commits viewable in compare view

Updates boto3-stubs[dynamodb,sqs] from 1.35.68 to 1.36.6

Release notes

Sourced from boto3-stubs[dynamodb,sqs]'s releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates plaid-python from 28.0.0 to 28.1.0

Changelog

Sourced from plaid-python's changelog.

28.1.0

  • Updating to OAS 2020-09-14_1.610.1

OpenAPI Schema Changes

2020-09-14_1.610.1

  • Add funds_available sweep status and event type

2020-09-14_1.610.0

  • Add PaymentInitiationConsentStatusUpdateWebhook definition.

2020-09-14_1.609.0

  • Remove /profile/get and /link/profile/eligibility/check endpoints

2020-09-14_1.608.0

  • Remove erroneous UserToken object from LinkTokenGetMetadataResponse, as the specification was incorrect and the object was never returned as part of the response.

2020-09-14_1.607.0

  • Add failure_code and description fields to /transfer/sweep/get and transfer/sweep/list endpoints. Deprecated ach_return_code field of the TransferFailure and TransferRefundFailure objects.

2020-09-14_1.606.1

  • Updated description to funding_account_id field of transfer/ledger/deposit and transfer/ledger/withdraw

2020-09-14_1.606.0

  • Add sandbox/payment/simulate endpoint to enable testing of payment status transitions.

2020-09-14_1.605.0

  • Add nsf_overdraft_transactions_count_30d/60d/90d fields to attributes field of cra/check_report/base_report/get

2020-09-14_1.604.1

  • Add account_id to /transactions/sync request options object.

2020-09-14_1.603.2

  • Fix incorrect USER_ACCOUNT_REVOKED schema and example

2020-09-14_1.603.1

  • Internal changes only

2020-09-14_1.603.0

  • (pre-release) Add fraud_analysis_details and image_quality_details objects to the analysis object within each documentary_verification.documents object. These changes affect the response of all of the identity verification endpoints:
    • identity_verification/create
    • identity_verification/get
    • identity_verification/list
    • identity_verification/retry

2020-09-14_1.602.1

  • Documentation-only change to /cra/monitoring_insights/subscribe for cadence

2020-09-14_1.602.0

  • Added payer_details field to payment_initiation/consent/get response

... (truncated)

Commits

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

…4 updates

Bumps the pip-dependencies group with 4 updates in the /backend directory: [aws-lambda-powertools[all,aws-sdk]](https://github.com/aws-powertools/powertools-lambda-python), [boto3-stubs[dynamodb,sqs]](https://github.com/youtype/mypy_boto3_builder), [pre-commit](https://github.com/pre-commit/pre-commit) and [plaid-python](https://github.com/plaid/plaid-python).


Updates `aws-lambda-powertools[all,aws-sdk]` from 3.3.0 to 3.4.1
- [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.3.0...v3.4.1)

Updates `boto3-stubs[dynamodb,sqs]` from 1.35.68 to 1.36.6
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `plaid-python` from 28.0.0 to 28.1.0
- [Release notes](https://github.com/plaid/plaid-python/releases)
- [Changelog](https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md)
- [Commits](plaid/plaid-python@28.0.0...28.1.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools[all,aws-sdk]
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: boto3-stubs[dynamodb,sqs]
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: plaid-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #313.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/backend/pip-dependencies-ba3258a318 branch February 3, 2025 11:36
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