Skip to content

Chore(deps): Bump the compact-connect-python-minor-patch group across 8 directories with 10 updates - #1785

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/compact-connect/compact-connect-python-minor-patch-0657f4f5cd
Open

Chore(deps): Bump the compact-connect-python-minor-patch group across 8 directories with 10 updates#1785
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/compact-connect/compact-connect-python-minor-patch-0657f4f5cd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the compact-connect-python-minor-patch group with 5 updates in the /backend/compact-connect directory:

Package From To
constructs 10.6.0 10.7.0
coverage 7.15.1 7.15.2
faker 40.28.1 40.31.0
pip-tools 7.5.3 7.6.0
ruff 0.15.21 0.15.22

Bumps the compact-connect-python-minor-patch group with 8 updates in the /backend/compact-connect/lambdas/python directory:

Package From To
coverage 7.15.1 7.15.2
faker 40.28.1 40.31.0
pip-tools 7.5.3 7.6.0
ruff 0.15.21 0.15.22
boto3 1.43.46 1.43.51
aws-lambda-powertools 3.31.0 3.31.1
boto3-stubs 1.43.46 1.43.51
statsig-python-core 0.19.8 0.20.1

Bumps the compact-connect-python-minor-patch group with 2 updates in the /backend/compact-connect/lambdas/python/cognito-backup directory: boto3 and aws-lambda-powertools.
Bumps the compact-connect-python-minor-patch group with 4 updates in the /backend/compact-connect/lambdas/python/common directory: faker, boto3, aws-lambda-powertools and boto3-stubs.
Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/feature-flag directory: statsig-python-core.
Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/provider-data-v1 directory: faker.
Bumps the compact-connect-python-minor-patch group with 6 updates in the /backend/compact-connect/lambdas/python/purchases directory:

Package From To
coverage 7.15.1 7.15.2
faker 40.28.1 40.31.0
pip-tools 7.5.3 7.6.0
ruff 0.15.21 0.15.22
boto3 1.43.46 1.43.51
aws-lambda-powertools 3.31.0 3.31.1

Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/staff-users directory: faker.

Updates constructs from 10.6.0 to 10.7.0

Release notes

Sourced from constructs's releases.

v10.7.0

10.7.0 (2026-07-15)

Features

Commits

Updates coverage from 7.15.1 to 7.15.2

Release notes

Sourced from coverage's releases.

7.15.2

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229.

➡️  PyPI page: coverage 7.15.2. :arrow_right:  To install: python3 -m pip install coverage==7.15.2

Changelog

Sourced from coverage's changelog.

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: coveragepy/coveragepy#2229

.. _changes_7-15-1:

Commits

Updates faker from 40.28.1 to 40.31.0

Release notes

Sourced from faker's releases.

Release v40.31.0

See CHANGELOG.md.

Release v40.30.0

See CHANGELOG.md.

Release v40.29.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.31.0 - 2026-07-14

  • Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs (#2410). Thanks @​CedricConday.

v40.30.0 - 2026-07-14

v40.29.0 - 2026-07-14

Commits
  • f4e52ff Bump version: 40.30.0 → 40.31.0
  • 04178ff 📝 Update CHANGELOG.md
  • ddc750d fix(pt_BR): correct BBAN length so iban() generates valid Brazilian IBANs (#2...
  • 9d50609 Bump version: 40.29.0 → 40.30.0
  • 69ac24f 📝 Update CHANGELOG.md
  • d705211 fix(nl_BE): generate valid Belgian bank codes so iban() passes stdnum validat...
  • ff430d7 Fix typo: seperator -> separator in file provider (#2423)
  • 902095d Docs: Add faker-observability-provider to community providers (#2421)
  • a3bd9d1 Bump version: 40.28.1 → 40.29.0
  • f22e79c 📝 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates pip-tools from 7.5.3 to 7.6.0

Release notes

Sourced from pip-tools's releases.

v7.6.0

2026-07-13

Features

  • The --help output for pip-compile and pip-sync commands has been extended to include usage examples -- by @​Dzhud.

    PRs and issues: #1142

  • Added --uploaded-prior-to as a passthrough option for pip-compile, allowing users to restrict package candidates to versions uploaded before a given datetime. Requires pip >= 26.0 -- by @​miettal.

    PRs and issues: #2288

  • pip-tools is now compatible with pip 26.1 -- @​gaborbernat.

    PRs and issues: #2379

Improved documentation

  • Fixed the contents sidebar for the index doc -- by @​sirosen.

    PRs and issues: #2169

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by @​sirosen.

    Thanks to @​0cjs, @​gpshead, mr-@​c, @​samdoran, @​webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: #2318

  • pip-tools' documentation now features a section titled "Reference" covering the CLI commands and configuration. Configuration documentation has been removed from the readme.

    -- by @​sirosen

Contributor-facing changes

  • CI testing now runs on Intel and ARM macOS runners, and is pinned to a specific macOS version -- by @​sirosen.

    PRs and issues: #2079, #2132, #2348

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by @​sirosen.

    Thanks to @​0cjs, @​gpshead, mr-@​c, @​samdoran, @​webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: #2278, #2318

  • Started running {pypi}zizmor as a part of CI pipelines to improve security of how we configure GitHub Actions CI/CD -- by @​webknjaz.

    PRs and issues: #2327

  • pip-tools docs now support GitHub Flavored Markdown admonition blocks -- by @​webknjaz.

... (truncated)

Changelog

Sourced from pip-tools's changelog.

v7.6.0

2026-07-13

Features

  • The --help output for pip-compile and pip-sync commands has been extended to include usage examples -- by {user}Dzhud.

    PRs and issues: {issue}1142

  • Added --uploaded-prior-to as a passthrough option for pip-compile, allowing users to restrict package candidates to versions uploaded before a given datetime. Requires pip >= 26.0 -- by {user}miettal.

    PRs and issues: {issue}2288

  • pip-tools is now compatible with pip 26.1 -- {user}gaborbernat.

    PRs and issues: {issue}2379

Improved documentation

  • Fixed the contents sidebar for the index doc -- by {user}sirosen.

    PRs and issues: {issue}2169

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by {user}sirosen.

    Thanks to {user}0cjs, {user}gpshead, {user}mr-c, {user}samdoran, {user}webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: {issue}2318

  • pip-tools' documentation now features a section titled "Reference" covering the CLI commands and configuration. Configuration documentation has been removed from the readme.

    -- by {user}sirosen

Contributor-facing changes

  • CI testing now runs on Intel and ARM macOS runners, and is pinned to a specific macOS version -- by {user}sirosen.

    PRs and issues: {issue}2079, {issue}2132, {issue}2348

... (truncated)

Commits
  • 27f6a96 Merge pull request #2420 from sirosen/release/v7.6.0
  • cbe77f0 Apply suggestions from code review
  • 015146e Update changelog for version 7.6.0
  • 9a2d2c1 Merge pull request #2414 from jazzband/pre-commit-ci-update-config
  • fc3f877 Merge pull request #2418 from jazzband/dependabot/pip/docs/soupsieve-2.8.4
  • 5247a6b [pre-commit.ci] pre-commit autoupdate
  • 3d1faf6 Bump soupsieve from 2.8.3 to 2.8.4 in /docs
  • 57637db Merge pull request #2419 from sirosen/fix-test-failure
  • 4695c37 Fix the fake_with_deps test package
  • 24f4230 Merge pull request #2413 from webknjaz/maintenance/nested-zizmor-gha-workflow...
  • Additional commits viewable in compare view

Updates ruff from 0.15.21 to 0.15.22

Release notes

Sourced from ruff's releases.

0.15.22

Release Notes

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Install ruff 0.15.22

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.22

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Commits

Updates coverage from 7.15.1 to 7.15.2

Release notes

Sourced from coverage's releases.

7.15.2

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229.

➡️  PyPI page: coverage 7.15.2. :arrow_right:  To install: python3 -m pip install coverage==7.15.2

Changelog

Sourced from coverage's changelog.

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: coveragepy/coveragepy#2229

.. _changes_7-15-1:

Commits

Updates faker from 40.28.1 to 40.31.0

Release notes

Sourced from faker's releases.

Release v40.31.0

See CHANGELOG.md.

Release v40.30.0

See CHANGELOG.md.

Release v40.29.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.31.0 - 2026-07-14

  • Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs (#2410). Thanks @​CedricConday.

v40.30.0 - 2026-07-14

v40.29.0 - 2026-07-14

Commits
  • f4e52ff Bump version: 40.30.0 → 40.31.0
  • 04178ff 📝 Update CHANGELOG.md
  • ddc750d fix(pt_BR): correct BBAN length so iban() generates valid Brazilian IBANs (#2...
  • 9d50609 Bump version: 40.29.0 → 40.30.0
  • 69ac24f 📝 Update CHANGELOG.md
  • d705211 fix(nl_BE): generate valid Belgian bank codes so iban() passes stdnum validat...
  • ff430d7 Fix typo: seperator -> separator in file provider (#2423)
  • 902095d Docs: Add faker-observability-provider to community providers (#2421)
  • a3bd9d1 Bump version: 40.28.1 → 40.29.0
  • f22e79c 📝 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates pip-tools from 7.5.3 to 7.6.0

Release notes

Sourced from pip-tools's releases.

v7.6.0

2026-07-13

Features

  • The --help output for pip-compile and pip-sync commands has been extended to include usage examples -- by @​Dzhud.

    PRs and issues: #1142

  • Added --uploaded-prior-to as a passthrough option for pip-compile, allowing users to restrict package candidates to versions uploaded before a given datetime. Requires pip >= 26.0 -- by @​miettal.

    PRs and issues: #2288

  • pip-tools is now compatible with pip 26.1 -- @​gaborbernat.

    PRs and issues: #2379

Improved documentation

  • Fixed the contents sidebar for the index doc -- by @​sirosen.

    PRs and issues: #2169

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by @​sirosen.

    Thanks to @​0cjs, @​gpshead, mr-@​c, @​samdoran, @​webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: #2318

  • pip-tools' documentation now features a section titled "Reference" covering the CLI commands and configuration. Configuration documentation has been removed from the readme.

    -- by @​sirosen

Contributor-facing changes

  • CI testing now runs on Intel and ARM macOS runners, and is pinned to a specific macOS version -- by @​sirosen.

    PRs and issues: #2079, #2132, #2348

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by @​sirosen.

    Thanks to @​0cjs, @​gpshead, mr-@​c, @​samdoran, @​webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: #2278, #2318

  • Started running {pypi}zizmor as a part of CI pipelines to improve security of how we configure GitHub Actions CI/CD -- by @​webknjaz.

    PRs and issues: #2327

  • pip-tools docs now support GitHub Flavored Markdown admonition blocks -- by @​webknjaz.

... (truncated)

Changelog

Sourced from pip-tools's changelog.

v7.6.0

2026-07-13

Features

  • The --help output for pip-compile and pip-sync commands has been extended to include usage examples -- by {user}Dzhud.

    PRs and issues: {issue}1142

  • Added --uploaded-prior-to as a passthrough option for pip-compile, allowing users to restrict package candidates to versions uploaded before a given datetime. Requires pip >= 26.0 -- by {user}miettal.

    PRs and issues: {issue}2288

  • pip-tools is now compatible with pip 26.1 -- {user}gaborbernat.

    PRs and issues: {issue}2379

Improved documentation

  • Fixed the contents sidebar for the index doc -- by {user}sirosen.

    PRs and issues: {issue}2169

  • pip-tools now has a policy regarding LLM-generated contributions, noted in the contributing documentation -- by {user}sirosen.

    Thanks to {user}0cjs, {user}gpshead, {user}mr-c, {user}samdoran, {user}webknjaz, and everyone else in the broader community who helped us to craft a policy which is considerate of contributors and protective of the project and its maintainers.

    PRs and issues: {issue}2318

  • pip-tools' documentation now features a section titled "Reference" covering the CLI commands and configuration. Configuration documentation has been removed from the readme.

    -- by {user}sirosen

Contributor-facing changes

  • CI testing now runs on Intel and ARM macOS runners, and is pinned to a specific macOS version -- by {user}sirosen.

    PRs and issues: {issue}2079, {issue}2132, {issue}2348

... (truncated)

Commits
  • 27f6a96 Merge pull request #2420 from sirosen/release/v7.6.0
  • cbe77f0 Apply suggestions from code review
  • 015146e Update changelog for version 7.6.0
  • 9a2d2c1 Merge pull request #2414 from jazzband/pre-commit-ci-update-config
  • fc3f877 Merge pull request #2418 from jazzband/dependabot/pip/docs/soupsieve-2.8.4
  • 5247a6b [pre-commit.ci] pre-commit autoupdate
  • 3d1faf6 Bump soupsieve from 2.8.3 to 2.8.4 in /docs
  • 57637db Merge pull request #2419 from sirosen/fix-test-failure
  • 4695c37 Fix the fake_with_deps test package
  • 24f4230 Merge pull request #2413 from webknjaz/maintenance/nested-zizmor-gha-workflow...
  • Additional commits viewable in compare view

Updates ruff from 0.15.21 to 0.15.22

Release notes

Sourced from ruff's releases.

0.15.22

Release Notes

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Install ruff 0.15.22

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.22

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Commits

Updates boto3 from 1.43.46 to 1.43.51

Commits
  • 09cf399 Merge branch 'release-1.43.51'
  • b8f600d Bumping version to 1.43.51
  • f0973ec Add changelog entries from botocore
  • a8ae7f0 Merge branch 'release-1.43.50'
  • acbe14c Merge branch 'release-1.43.50' into develop
  • b8c36a9 Bumping version to 1.43.50
  • fa19980 Add changelog entries from botocore
  • 2ce2fd5 Merge branch 'release-1.43.49'
  • d2937da Merge branch 'release-1.43.49' into develop
  • 159cb6a Bumping version to 1.43.49
  • Additional commits viewable in compare view

Updates botocore from 1.43.46 to 1.43.51

Commits

Updates aws-lambda-powertools from 3.31.0 to 3.31.1

Release notes

Sourced from aws-lambda-powertools's releases.

v3.31.1

Summary

This release fixes bugs across Circuit Breaker, Event Handler, Parser, and the Event Source data classes. Super thanks to @​Iamrodos for running the Circuit Breaker alpha for real and finding the concurrency and configuration issues fixed here.

Changes

📜 Documentation updates

  • chore(deps): bump soupsieve from 2.7 to 2.8.4 in /docs (#8328) by @dependabot[bot]
  • fix(circuit_breaker): make probe election per-thread and synchronize local counters (#8323) by @​Iamrodos
  • feat(circuit_breaker): support composite primary key in DynamoDB persistence (#8316) by @​Iamrodos

🔧 Maintenance

… 8 directories with 10 updates

Bumps the compact-connect-python-minor-patch group with 5 updates in the /backend/compact-connect directory:

| Package | From | To |
| --- | --- | --- |
| [constructs](https://github.com/aws/constructs) | `10.6.0` | `10.7.0` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.15.1` | `7.15.2` |
| [faker](https://github.com/joke2k/faker) | `40.28.1` | `40.31.0` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.3` | `7.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.15.22` |

Bumps the compact-connect-python-minor-patch group with 8 updates in the /backend/compact-connect/lambdas/python directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.15.1` | `7.15.2` |
| [faker](https://github.com/joke2k/faker) | `40.28.1` | `40.31.0` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.3` | `7.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.15.22` |
| [boto3](https://github.com/boto/boto3) | `1.43.46` | `1.43.51` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `3.31.0` | `3.31.1` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.43.46` | `1.43.51` |
| [statsig-python-core](https://github.com/statsig-io/statsig-server-core) | `0.19.8` | `0.20.1` |

Bumps the compact-connect-python-minor-patch group with 2 updates in the /backend/compact-connect/lambdas/python/cognito-backup directory: [boto3](https://github.com/boto/boto3) and [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python).
Bumps the compact-connect-python-minor-patch group with 4 updates in the /backend/compact-connect/lambdas/python/common directory: [faker](https://github.com/joke2k/faker), [boto3](https://github.com/boto/boto3), [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).
Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/feature-flag directory: [statsig-python-core](https://github.com/statsig-io/statsig-server-core).
Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/provider-data-v1 directory: [faker](https://github.com/joke2k/faker).
Bumps the compact-connect-python-minor-patch group with 6 updates in the /backend/compact-connect/lambdas/python/purchases directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.15.1` | `7.15.2` |
| [faker](https://github.com/joke2k/faker) | `40.28.1` | `40.31.0` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.3` | `7.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.15.22` |
| [boto3](https://github.com/boto/boto3) | `1.43.46` | `1.43.51` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `3.31.0` | `3.31.1` |

Bumps the compact-connect-python-minor-patch group with 1 update in the /backend/compact-connect/lambdas/python/staff-users directory: [faker](https://github.com/joke2k/faker).


Updates `constructs` from 10.6.0 to 10.7.0
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.6.0...v10.7.0)

Updates `coverage` from 7.15.1 to 7.15.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.1...7.15.2)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

Updates `pip-tools` from 7.5.3 to 7.6.0
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@v7.5.3...v7.6.0)

Updates `ruff` from 0.15.21 to 0.15.22
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.21...0.15.22)

Updates `coverage` from 7.15.1 to 7.15.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.1...7.15.2)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

Updates `pip-tools` from 7.5.3 to 7.6.0
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@v7.5.3...v7.6.0)

Updates `ruff` from 0.15.21 to 0.15.22
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.21...0.15.22)

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

Updates `botocore` from 1.43.46 to 1.43.51
- [Commits](boto/botocore@1.43.46...1.43.51)

Updates `aws-lambda-powertools` from 3.31.0 to 3.31.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.31.0...v3.31.1)

Updates `boto3-stubs` from 1.43.46 to 1.43.51
- [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.8 to 0.20.1
- [Release notes](https://github.com/statsig-io/statsig-server-core/releases)
- [Commits](statsig-io/statsig-server-core@0.19.8...0.20.1)

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

Updates `botocore` from 1.43.46 to 1.43.56
- [Commits](boto/botocore@1.43.46...1.43.51)

Updates `aws-lambda-powertools` from 3.31.0 to 3.31.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.31.0...v3.31.1)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

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

Updates `aws-lambda-powertools` from 3.31.0 to 3.31.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.31.0...v3.31.1)

Updates `boto3-stubs` from 1.43.46 to 1.43.51
- [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.8 to 0.20.1
- [Release notes](https://github.com/statsig-io/statsig-server-core/releases)
- [Commits](statsig-io/statsig-server-core@0.19.8...0.20.1)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

Updates `coverage` from 7.15.1 to 7.15.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.1...7.15.2)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

Updates `pip-tools` from 7.5.3 to 7.6.0
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@v7.5.3...v7.6.0)

Updates `ruff` from 0.15.21 to 0.15.22
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.21...0.15.22)

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

Updates `aws-lambda-powertools` from 3.31.0 to 3.31.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.31.0...v3.31.1)

Updates `faker` from 40.28.1 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.28.1...v40.31.0)

---
updated-dependencies:
- dependency-name: constructs
  dependency-version: 10.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: coverage
  dependency-version: 7.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: pip-tools
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: coverage
  dependency-version: 7.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: pip-tools
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: botocore
  dependency-version: 1.43.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: aws-lambda-powertools
  dependency-version: 3.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3-stubs
  dependency-version: 1.43.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: statsig-python-core
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: botocore
  dependency-version: 1.43.56
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: aws-lambda-powertools
  dependency-version: 3.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: aws-lambda-powertools
  dependency-version: 3.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3-stubs
  dependency-version: 1.43.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: statsig-python-core
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: coverage
  dependency-version: 7.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: pip-tools
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-python-minor-patch
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: boto3
  dependency-version: 1.43.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: aws-lambda-powertools
  dependency-version: 3.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compact-connect-python-minor-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compact-connect-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 Jul 27, 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