Skip to content

Chore(deps): Bump the cosmetology-python-minor-patch group across 13 directories with 9 updates#1655

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/cosmetology-app/cosmetology-python-minor-patch-a8c0ac1bd4
Open

Chore(deps): Bump the cosmetology-python-minor-patch group across 13 directories with 9 updates#1655
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/cosmetology-app/cosmetology-python-minor-patch-a8c0ac1bd4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the cosmetology-python-minor-patch group with 3 updates in the /backend/cosmetology-app directory: aws-cdk-aws-lambda-python-alpha, faker and ruff.
Bumps the cosmetology-python-minor-patch group with 5 updates in the /backend/cosmetology-app/lambdas/python directory:

Package From To
faker 40.19.1 40.21.0
boto3 1.43.18 1.43.24
moto 5.2.1 5.2.2
boto3-stubs 1.43.18 1.43.24
statsig-python-core 0.19.3 0.19.4

Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/cognito-backup directory: boto3 and moto.
Bumps the cosmetology-python-minor-patch group with 4 updates in the /backend/cosmetology-app/lambdas/python/common directory: faker, boto3, moto and boto3-stubs.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/compact-configuration directory: moto.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/custom-resources directory: moto.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/data-events directory: moto.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/disaster-recovery directory: moto.
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/feature-flag directory: moto and statsig-python-core.
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/provider-data-v1 directory: faker and moto.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/search directory: moto.
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/staff-user-pre-token directory: moto.
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/staff-users directory: faker and moto.

Updates aws-cdk-aws-lambda-python-alpha from 2.257.0a0 to 2.258.0a0

Release notes

Sourced from aws-cdk-aws-lambda-python-alpha's releases.

v2.257.0

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

    • aws-neptunegraph: AWS::NeptuneGraph::GraphSnapshot: GraphIdentifier property is now required.

Features


Alpha modules (2.257.0-alpha.0)

Commits

Updates aws-cdk-lib from 2.257.0 to 2.259.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.259.0

⚠ BREAKING CHANGES

  • lambda: Runtime.NODEJS_LATEST now resolves to nodejs24.x in every region. Customers who pin to a concrete runtime (Runtime.NODEJS_22_X, useLatestRuntimeVersion: false in aws-lambda-nodejs.NodejsFunction) are unaffected. Existing AWS::Lambda::Function resources synthesized with NODEJS_LATEST will see Runtime: nodejs22.xRuntime: nodejs24.x on next deploy. Lambda accepts runtime updates in place.

    Customer-code compatibility — IMPORTANT: Node.js 24 removes support for callback-style asynchronous handlers ((event, context, callback) => {...}) per the launch blog. Customers whose Lambda code still uses callback-based handlers will see runtime errors after the bump. Customers should migrate to async (event, context) => {...} or pin to Runtime.NODEJS_22_X explicitly.

Features

  • core: recommend the use of weak references if no choice has been made (#38070) (6e74e5e)
  • ecs: add forceNewDeployment option for Fargate and EC2 services (#36797) (3d9c4df), closes #27762
  • eks: use the recommended AL2023 instead of AL2 AMI type (under feature flag) (#37850) (6a2dcb7), closes #32211
  • lambda: upgrade lambda and custom resource default runtime to nodejs24.x (#38031) (36c84c6)

Bug Fixes

Reverts


Alpha modules (2.259.0-alpha.0)

v2.258.1

Reverts


Alpha modules (2.258.1-alpha.0)

v2.258.0

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-pcaconnectorad: AWS::PCAConnectorAD::ServicePrincipalName: ConnectorArn property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::ServicePrincipalName: DirectoryRegistrationArn property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::TemplateGroupAccessControlEntry: GroupSecurityIdentifier property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::TemplateGroupAccessControlEntry: TemplateArn property is now required.

Features

  • core: trace property assignments in CfnResource.addPropertyOverride (#38072) (a226372)
  • update L1 CloudFormation resource definitions (#37993) (664a878)
  • aws-cdk-lib: emits performance counters if synthesis is slow (#38004) (cb03794), closes #37919 #37843
  • bedrockagentcore: expose default endpoint application log group on Runtime (#37812) (8e25d78), closes #37796

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.259.0-alpha.0 (2026-06-11)

2.258.1-alpha.0 (2026-06-08)

2.258.0-alpha.0 (2026-06-04)

Features

  • integ-tests-alpha: add option to set the provider log level (#38005) (c634a79)

Bug Fixes

  • custom-resource-handlers: deterministic asset hashes for generated lambdas (#37634) (6c3d5bc), closes #34307
  • glue-alpha: deprecate Ray Jobs (#38055) (3fa428b)
  • glue-alpha: restore notifyDelayAfter to PySpark and Scala Spark ETL jobs (#37815) (05be88a), closes #33839
  • integ-tests-alpha: assertion failures print too much unnecessary information (#37974) (bc0de1d)
  • mediapackagev2-alpha: cdnAuth on OriginEndpoint now generates the required policy (#38013) (1d56b46)

2.257.0-alpha.0 (2026-05-21)

2.256.1-alpha.0 (2026-05-20)

2.256.0-alpha.0 (2026-05-19)

2.255.0-alpha.0 (2026-05-18)

Features

  • bedrock-agentcore-alpha: Graduation of the library to stable. The Policy submodule is the only submodule that remains in alpha. All other constructs have graduated to stable in aws-cdk-lib/aws-bedrockagentcore and we recommend migrating to the stable versions (#37876) (00cf601)

2.254.0-alpha.0 (2026-05-13)

Features

  • bedrock-agentcore-alpha: add tags support to Evaluator and OnlineEvaluationConfig (#37804) (adbf88f)
  • bedrock-agentcore-alpha: add identity L2 constructs (#37610) (67c3af2)
  • mediapackagev2-alpha: add OAC integration between CloudFront and MediaPackageV2 (#37701) (654f59c)

Bug Fixes

... (truncated)

Commits
  • 5afca52 chore(release): 2.259.0 (#38127)
  • 64da93e chore: update changelog
  • 772eeba chore: update analytics metadata blueprints
  • 2e409c7 chore(release): 2.259.0
  • 36c84c6 chore(lambda): upgrade lambda and custom resource default runtime to nodejs24...
  • 18ebd9a chore(merge-back): 2.258.1 (#38120)
  • 2b571d3 Merge branch 'main' into merge-back/2.258.1
  • 5961de2 chore(deps): bump the pip group across 3 directories with 2 updates (#37937)
  • acf0971 chore(deps): bump the pip group across 8 directories with 1 update (#37355)
  • 0d3611a chore(release): v2.258.1 (#38118)
  • Additional commits viewable in compare view

Updates faker from 40.19.1 to 40.21.0

Release notes

Sourced from faker's releases.

Release v40.21.0

See CHANGELOG.md.

Release v40.20.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.21.0 - 2026-06-02

v40.20.0 - 2026-06-01

Commits

Updates ruff from 0.15.15 to 0.15.16

Release notes

Sourced from ruff's releases.

0.15.16

Release Notes

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.16

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

Commits

Updates faker from 40.19.1 to 40.21.0

Release notes

Sourced from faker's releases.

Release v40.21.0

See CHANGELOG.md.

Release v40.20.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.21.0 - 2026-06-02

v40.20.0 - 2026-06-01

Commits

Updates boto3 from 1.43.18 to 1.43.24

Commits
  • b2b302b Merge branch 'release-1.43.24'
  • 02fd3ca Bumping version to 1.43.24
  • fcaf9ff Add changelog entries from botocore
  • f2106e0 Merge branch 'release-1.43.23'
  • 5f98326 Merge branch 'release-1.43.23' into develop
  • d7e5b7c Bumping version to 1.43.23
  • 86efe86 Add changelog entries from botocore
  • 8384440 Merge branch 'release-1.43.22'
  • eea01a7 Merge branch 'release-1.43.22' into develop
  • eff8ee7 Bumping version to 1.43.22
  • Additional commits viewable in compare view

Updates botocore from 1.43.18 to 1.43.29

Commits

Updates moto from 5.2.1 to 5.2.2

Changelog

Sourced from moto's changelog.

5.2.2

Docker Digest for 5.2.2: sha256:d8ae5edc2bf080e7e4c13f9bd4b29b53ac3b4427e92956318db3dbe23ec43eb7

New Methods:
    * DS:
        * disable_radius()
        * enable_radius()
* KinesisAnalyticsV2:
    * untag_resource()
  • Logs:

    • start_live_tail()
  • SESv2:

    • update_contact()
    • update_contact_list()
  • SWF:

    • tag_resource()
    • untag_resource()

Miscellaneous:
* ACM: import_certificate() now accepts certificates without a CN
* ACM: request_certificate() now preserves the default options when not all are provided
* CloudFormation: Created Lambda resources now take the use_docker-configuration into account
* CloudFormation: update_stack_instances() now validates that a StackInstance exists
* Events: create_partner_event_source() now returns the EventSourceArn-attribute
* Route53: list_resource_record_sets() no longer returns a TTL for aliases
* S3: completed_multipart_upload() is now compatible with external tools like PyArrow
* S3: get_object() now supports all Response* headers

Commits

Updates boto3-stubs from 1.43.18 to 1.43.24

Release notes

Sourced from boto3-stubs'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 statsig-python-core from 0.19.3 to 0.19.4

Release notes

Sourced from statsig-python-core's releases.

0.19.4 - Large Integer Coercion Fixes, Layer Sampling Fix, Evaluation Performance Improvements

Breaking Changes

  • N/A

New Features

  • Node.js: N/A
  • Java: N/A
  • Python: N/A
  • Rust: N/A
  • .NET: N/A
  • Elixir: N/A

Improvements & Fixes

  • Node.js: Inherits core layer-sampling fix and evaluator performance improvements.
  • Java: Inherits core layer-sampling fix and evaluator performance improvements.
  • Python:
    • Fix numeric coercion for large integer user.custom values that previously broke evaluation.
    • Faster typed DynamicConfig/Experiment accessors (get_string, get_integer, get_float, get_bool, get_array, get_object) — up to ~37% faster per call.
    • Inlined the error-boundary wrapper to remove per-call overhead — ~8–17% faster gate/config/experiment/layer evaluation.
  • Rust:
    • Layers now pull the sampling rate from the experiment's rule in the config-delegate case.
    • Removed hash-input allocations in the evaluator hot path (~5–9% faster checks).
    • Skip SDK event-listener lookups when no listeners are subscribed.
  • .NET: Inherits core layer-sampling fix and evaluator performance improvements.
  • Elixir: Preserve user.custom integers above i64::MAX (fall back to f64) instead of raising in the NIF.

Included In This Release

  • 8527686caa0102b23d47216c77134dee96981558 statsig-kong[bot]
    • chore: bump version to 0.19.4-rc.2605212134
  • 99e6fd05435a4bbeb815305a2e6d995625b55e7a Xin Li (Bot)
    • [automated] sync rc with main
  • f1c32a6a0a0931d042a668d29d66a811b639f6f2 Kenneth Yeh
    • fix(elixir): preserve user.custom integers above i64::MAX (#2951)
  • cd82c4ba945cbc764fe0d7d9e6969575dad75ad7 Kenneth Yeh
    • Fix pyo3 numeric coercion (#2950)
  • 8c863c2fe4cd432f3b7276d0579b625842850a94 statsig-kong[bot]
    • [automated] chore: bump version to 0.19.3-rc.1 (#2948)
  • d8a7643aa26ee17adf5af06212d517eea7bf87fd Daniel
    • fix: allow floating point in proto specs (#2944)
  • a29d7abdf05add1f791403e25b2e0dc98d99bd55 sroyal-statsig
    • Layer Sampling Update (#2943)
  • 707d966727e0f53dbe9b66cd45764a327051dcae Daniel
  • 47cac3ec64fac1f1652b7d95963547ed20916f0a statsig-kong[bot]
    • [automated] chore: bump version to 0.19.3-beta.2604211739 (#2941)
  • cb418de97b69292242202162598074dcba122c1e Daniel

... (truncated)

Commits
  • b0090c7 [release] 0.19.4 - Large Integer Coercion Fixes, Layer Sampling Fix, Evaluat...
  • 33d1795 [cherrypick][rc] fix: send User-Agent header in rust package verification cra...
  • 8527686 chore: bump version to 0.19.4-rc.2605212134
  • 99e6fd0 [automated] sync rc with main
  • f1c32a6 fix(elixir): preserve user.custom integers above i64::MAX (#2951)
  • cd82c4b Fix pyo3 numeric coercion (#2950)
  • 8c863c2 [automated] chore: bump version to 0.19.3-rc.1 (#2948)
  • d8a7643 fix: allow floating point in proto specs (#2944)
  • a29d7ab Layer Sampling Update (#2943)
  • 707d966 Bc per user py (#2942)
  • Additional commits viewable in compare view

Updates boto3 from 1.43.18 to 1.43.24

Commits
  • b2b302b Merge branch 'release-1.43.24'
  • 02fd3ca Bumping version to 1.43.24
  • fcaf9ff Add changelog entries from botocore
  • f2106e0 Merge branch 'release-1.43.23'
  • 5f98326 Merge branch 'release-1.43.23' into develop
  • d7e5b7c Bumping version to 1.43.23
  • 86efe86 Add changelog entries from botocore
  • 8384440 Merge branch 'release-1.43.22'
  • eea01a7 Merge branch 'release-1.43.22' into develop
  • eff8ee7 Bumping version to 1.43.22
  • Additional commits viewable in compare view

Updates botocore from 1.43.18 to 1.43.29

Commits

Updates moto from 5.2.1 to 5.2.2

Changelog

Sourced from moto's changelog.

5.2.2

Docker Digest for 5.2.2: sha256:d8ae5edc2bf080e7e4c13f9bd4b29b53ac3b4427e92956318db3dbe23ec43eb7

New Methods:
    * DS:
        * disable_radius()
        * enable_radius()
* KinesisAnalyticsV2:
    * untag_resource()
  • Logs:

    • start_live_tail()
  • SESv2:

    • update_contact()
    • update_contact_list()
  • SWF:

    • tag_resource()
    • untag_resource()

Miscellaneous:
* ACM: import_certificate() now accepts certificates without a CN
* ACM: request_certificate() now preserves the default options when not all are provided
* CloudFormation: Created Lambda resources now take the use_docker-configuration into account
* CloudFormation: update_stack_instances() now validates that a StackInstance exists
* Events: create_partner_event_source() now returns the EventSourceArn-attribute
* Route53: list_resource_record_sets() no longer returns a TTL for aliases
* S3: completed_multipart_upload() is now compatible with external tools like PyArrow
* S3: get_object() now supports all Response* headers

Commits

Updates faker from 40.19.1 to 40.21.0

Release notes

Sourced from faker's releases.

Release v40.21.0

See CHANGELOG.md.

Release v40.20.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.21.0 - 2026-06-02

v40.20.0 - 2026-06-01

Commits

Updates boto3 from 1.43.18 to 1.43.24

Commits
  • b2b302b Merge branch 'release-1.43.24'
  • 02fd3ca Bumping version to 1.43.24
  • fcaf9ff Add changelog entries from botocore
  • f2106e0 Merge branch 'release-1.43.23'
  • 5f98326 Merge branch 'release-1.43.23' into develop
  • d7e5b7c Bumping version to 1.43.23
  • 86efe86 Add changelog entries from botocore
  • 8384440 Merge branch 'release-1.43.22'
  • eea01a7 Merge branch 'release-1.43.22' into develop
  • eff8ee7 Bumping version to 1.43.22
  • Additional commits viewable in compare view

Updates moto from 5.2.1 to 5.2.2

Changelog

...

Description has been truncated

…directories with 9 updates

Bumps the cosmetology-python-minor-patch group with 3 updates in the /backend/cosmetology-app directory: [aws-cdk-aws-lambda-python-alpha](https://github.com/aws/aws-cdk), [faker](https://github.com/joke2k/faker) and [ruff](https://github.com/astral-sh/ruff).
Bumps the cosmetology-python-minor-patch group with 5 updates in the /backend/cosmetology-app/lambdas/python directory:

| Package | From | To |
| --- | --- | --- |
| [faker](https://github.com/joke2k/faker) | `40.19.1` | `40.21.0` |
| [boto3](https://github.com/boto/boto3) | `1.43.18` | `1.43.24` |
| [moto](https://github.com/getmoto/moto) | `5.2.1` | `5.2.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.43.18` | `1.43.24` |
| [statsig-python-core](https://github.com/statsig-io/statsig-server-core) | `0.19.3` | `0.19.4` |

Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/cognito-backup directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 4 updates in the /backend/cosmetology-app/lambdas/python/common directory: [faker](https://github.com/joke2k/faker), [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/compact-configuration directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/custom-resources directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/data-events directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/disaster-recovery directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/feature-flag directory: [moto](https://github.com/getmoto/moto) and [statsig-python-core](https://github.com/statsig-io/statsig-server-core).
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/provider-data-v1 directory: [faker](https://github.com/joke2k/faker) and [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/search directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 1 update in the /backend/cosmetology-app/lambdas/python/staff-user-pre-token directory: [moto](https://github.com/getmoto/moto).
Bumps the cosmetology-python-minor-patch group with 2 updates in the /backend/cosmetology-app/lambdas/python/staff-users directory: [faker](https://github.com/joke2k/faker) and [moto](https://github.com/getmoto/moto).


Updates `aws-cdk-aws-lambda-python-alpha` from 2.257.0a0 to 2.258.0a0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits)

Updates `aws-cdk-lib` from 2.257.0 to 2.259.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.257.0...v2.259.0)

Updates `faker` from 40.19.1 to 40.21.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.19.1...v40.21.0)

Updates `ruff` from 0.15.15 to 0.15.16
- [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.15...0.15.16)

Updates `faker` from 40.19.1 to 40.21.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.19.1...v40.21.0)

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

Updates `botocore` from 1.43.18 to 1.43.29
- [Commits](boto/botocore@1.43.18...1.43.29)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `boto3-stubs` from 1.43.18 to 1.43.24
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `statsig-python-core` from 0.19.3 to 0.19.4
- [Release notes](https://github.com/statsig-io/statsig-server-core/releases)
- [Commits](statsig-io/statsig-server-core@0.19.3...0.19.4)

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

Updates `botocore` from 1.43.18 to 1.43.29
- [Commits](boto/botocore@1.43.18...1.43.29)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `faker` from 40.19.1 to 40.21.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.19.1...v40.21.0)

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

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `boto3-stubs` from 1.43.18 to 1.43.24
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `statsig-python-core` from 0.19.3 to 0.19.4
- [Release notes](https://github.com/statsig-io/statsig-server-core/releases)
- [Commits](statsig-io/statsig-server-core@0.19.3...0.19.4)

Updates `faker` from 40.19.1 to 40.21.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.19.1...v40.21.0)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

Updates `faker` from 40.19.1 to 40.21.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.19.1...v40.21.0)

Updates `moto` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: aws-cdk-aws-lambda-python-alpha
  dependency-version: 2.258.0a0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: aws-cdk-lib
  dependency-version: 2.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: faker
  dependency-version: 40.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: faker
  dependency-version: 40.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: botocore
  dependency-version: 1.43.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: boto3-stubs
  dependency-version: 1.43.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: statsig-python-core
  dependency-version: 0.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: botocore
  dependency-version: 1.43.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: faker
  dependency-version: 40.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: boto3-stubs
  dependency-version: 1.43.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: statsig-python-core
  dependency-version: 0.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: faker
  dependency-version: 40.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
- dependency-name: faker
  dependency-version: 40.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cosmetology-python-minor-patch
- dependency-name: moto
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cosmetology-python-minor-patch
...

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 Jun 15, 2026
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