Skip to content

chore(deps): bump the templates-examples-pip-minor-patch group across 8 directories with 6 updates - #4109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/templates/templates-examples-pip-minor-patch-0e74c0be8a
Closed

chore(deps): bump the templates-examples-pip-minor-patch group across 8 directories with 6 updates#4109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/templates/templates-examples-pip-minor-patch-0e74c0be8a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the templates-examples-pip-minor-patch group with 6 updates in the /templates directory:

Package From To
kafka-python-ng 2.2.2 2.2.3
requests 2.32.4 2.34.2
moose-cli 0.6.517 0.6.533
moose-lib 0.6.517 0.6.533
faker 40.8.0 40.19.1
fastapi 0.135.1 0.136.3

Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-cluster directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-empty directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-fastapi directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-fastapi-client-only directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-tests directory: kafka-python-ng, requests, moose-cli and moose-lib.
Bumps the templates-examples-pip-minor-patch group with 6 updates in the /templates/python-webapp directory:

Package From To
kafka-python-ng 2.2.2 2.2.3
requests 2.32.4 2.34.2
moose-cli 0.6.517 0.6.533
moose-lib 0.6.517 0.6.533
faker 40.8.0 40.19.1
fastapi 0.135.1 0.136.3

Updates kafka-python-ng from 2.2.2 to 2.2.3

Release notes

Sourced from kafka-python-ng's releases.

v2.2.3

What's Changed

New Contributors

Full Changelog: kafka-python-ng/kafka-python-ng@v2.2.2...v2.2.3

Commits

Updates requests from 2.32.4 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates moose-cli from 0.6.517 to 0.6.533

Commits

Updates moose-lib from 0.6.517 to 0.6.533

Updates faker from 40.8.0 to 40.19.1

Release notes

Sourced from faker's releases.

Release v40.19.1

See CHANGELOG.md.

Release v40.19.0

See CHANGELOG.md.

Release v40.18.0

See CHANGELOG.md.

Release v40.17.0

See CHANGELOG.md.

Release v40.16.0

See CHANGELOG.md.

Release v40.15.0

See CHANGELOG.md.

Release v40.14.1

See CHANGELOG.md.

Release v40.14.0

See CHANGELOG.md.

Release v40.13.0

See CHANGELOG.md.

Release v40.12.0

See CHANGELOG.md.

Release v40.11.1

See CHANGELOG.md.

Release v40.11.0

See CHANGELOG.md.

Release v40.10.0

See CHANGELOG.md.

Release v40.9.0

See CHANGELOG.md.

Release v40.8.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.19.1 - 2026-05-22

v40.19.0 - 2026-05-22

v40.18.0 - 2026-05-14

  • Add automotive providers for ar_DZ and fr_DZ locales. Thanks @​othmane099.
  • Add phone_number provider for ar_DZ and fr_DZ locales. Thanks @​othmane099.

v40.17.0 - 2026-05-14

  • Add am_ET phone_number provider for Ethiopia. Thanks @​jasur-py.

v40.16.0 - 2026-05-14

  • Fix duplicate phone number prefix 145 in zh_CN locale. Thanks @​r266-tec.

v40.15.0 - 2026-04-17

v40.14.1 - 2026-04-17

v40.14.0 - 2026-04-17

  • Fix: update placekitten URL to placekittens (#2364). Thanks @​reory.

v40.13.0 - 2026-04-06

v40.12.0 - 2026-03-30

v40.11.1 - 2026-03-23

  • Fix: rebind deepcopy proxies to copied Faker instances. Thanks @​SunS1eep1ng.

... (truncated)

Commits
  • 3e9b7b0 Bump version: 40.19.0 → 40.19.1
  • fea0515 📝 Update CHANGELOG.md
  • a2af511 fix(en_IN): avoid shared state mutation in pincode_in_state (#2369)
  • fbb59f3 Bump version: 40.18.0 → 40.19.0
  • bd0f6da 📝 Update CHANGELOG.md
  • 822a14d 💄 lint code
  • a1a1b2a feat: Add uuid1 and uuid7 providers to misc provider (#2344)
  • 44c45e0 Bump version: 40.17.0 → 40.18.0
  • 87d8b40 📝 Update CHANGELOG.md
  • 8a7fa46 💄 Lint code
  • Additional commits viewable in compare view

Updates fastapi from 0.135.1 to 0.136.3

Release notes

Sourced from fastapi's releases.

0.136.3

Refactors

  • ♻️ Do not accept underscore headers when using convert_underscores=True (the default). PR #15589 by @​tiangolo.

0.136.2

Refactors

  • ♻️ Validate Server Sent Event fields to avoid applications from sending broken data. PR #15588 by @​tiangolo.

Docs

Translations

Internal

... (truncated)

Commits
  • 8206485 🔖 Release version 0.136.3
  • c910e01 📝 Update release notes
  • 063b5bf ♻️ Do not accept underscore headers when using convert_underscores=True (th...
  • 22b02e2 🔖 Release version 0.136.2
  • 3b252a2 📝 Update release notes
  • c7fb785 ♻️ Validate Server Sent Event fields to avoid applications from sending broke...
  • cb83b83 📝 Update release notes
  • 00f805c ✅ Update tests, don't double dispose the engine (#15587)
  • 3675137 📝 Update release notes
  • 7b57e42 📝 Document --entrypoint CLI option (#15464)
  • Additional commits viewable in compare view

Updates kafka-python-ng from 2.2.2 to 2.2.3

Release notes

Sourced from kafka-python-ng's releases.

v2.2.3

What's Changed

New Contributors

Full Changelog: kafka-python-ng/kafka-python-ng@v2.2.2...v2.2.3

Commits

Updates requests from 2.32.4 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates moose-cli from 0.6.517 to 0.6.533

Commits

Updates moose-lib from 0.6.517 to 0.6.533

Updates faker from 40.8.0 to 40.19.1

Release notes

Sourced from faker's releases.

Release v40.19.1

See CHANGELOG.md.

Release v40.19.0

See CHANGELOG.md.

Release v40.18.0

See CHANGELOG.md.

Release v40.17.0

See CHANGELOG.md.

Release v40.16.0

See CHANGELOG.md.

Release v40.15.0

See CHANGELOG.md.

Release v40.14.1

See CHANGELOG.md.

Release v40.14.0

See CHANGELOG.md.

Release v40.13.0

See CHANGELOG.md.

Release v40.12.0

See CHANGELOG.md.

Release v40.11.1

See CHANGELOG.md.

Release v40.11.0

See CHANGELOG.md.

Release v40.10.0

See CHANGELOG.md.

Release v40.9.0

See CHANGELOG.md.

Release v40.8.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.19.1 - 2026-05-22

v40.19.0 - 2026-05-22

v40.18.0 - 2026-05-14

  • Add automotive providers for ar_DZ and fr_DZ locales. Thanks @​othmane099.
  • Add phone_number provider for ar_DZ and fr_DZ locales. Thanks @​othmane099.

v40.17.0 - 2026-05-14

  • Add am_ET phone_number provider for Ethiopia. Thanks @​jasur-py.

v40.16.0 - 2026-05-14

  • Fix duplicate phone number prefix 145 in zh_CN locale. Thanks @​r266-tec.

v40.15.0 - 2026-04-17

v40.14.1 - 2026-04-17

v40.14.0 - 2026-04-17

  • Fix: update placekitten URL to placekittens (#2364). Thanks @​reory.

v40.13.0 - 2026-04-06

v40.12.0 - 2026-03-30

v40.11.1 - 2026-03-23

  • Fix: rebind deepcopy proxies to copied Faker instances. Thanks @​SunS1eep1ng.

... (truncated)

Commits
  • 3e9b7b0 Bump version: 40.19.0 → 40.19.1
  • fea0515 📝 Update CHANGELOG.md
  • a2af511 fix(en_IN): avoid shared state mutation in pincode_in_state (#2369)
  • fbb59f3 Bump version: 40.18.0 → 40.19.0
  • bd0f6da 📝 Update CHANGELOG.md
  • 822a14d 💄 lint code
  • a1a1b2a feat: Add uuid1 and uuid7 providers to misc provider (#2344)
  • 44c45e0 Bump version: 40.17.0 → 40.18.0
  • 87d8b40 📝 Update CHANGELOG.md
  • 8a7fa46 💄 Lint code
  • Additional commits viewable in compare view

Updates kafka-python-ng from 2.2.2 to 2.2.3

Release notes

Sourced from kafka-python-ng's releases.

v2.2.3

What's Changed

New Contributors

Full Changelog: kafka-python-ng/kafka-python-ng@v2.2.2...v2.2.3

Commits

Updates requests from 2.32.4 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Description has been truncated


[!NOTE]
Low Risk
Lockfile-only template dependency bumps with no runtime or application code changes; minor risk is new-project behavior from upgraded HTTP/Kafka/Moose/FastAPI versions.

Overview
Bumps pinned Python dependencies across eight templates/python* requirements.txt files so new projects scaffold on newer stacks.

Shared updates (all eight templates): kafka-python-ng 2.2.2 → 2.2.3, requests 2.32.4 → 2.34.2, and moose-cli / moose-lib 0.6.517 → 0.6.533. clickhouse-connect is unchanged.

templates/python-webapp only: pins faker to 40.19.1 (was 40.8.0) and fastapi[standard] to 0.136.3 (was 0.135.1). Other templates keep unpinned faker and/or fastapi[standard] where they already did.

Reviewed by Cursor Bugbot for commit f5239f6. Bugbot is set up for automated code reviews on this repo. Configure here.

… 8 directories with 6 updates

Bumps the templates-examples-pip-minor-patch group with 6 updates in the /templates directory:

| Package | From | To |
| --- | --- | --- |
| [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng) | `2.2.2` | `2.2.3` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.34.2` |
| [moose-cli](https://github.com/514labs/moose) | `0.6.517` | `0.6.533` |
| [moose-lib](https://www.fiveonefour.com/moose) | `0.6.517` | `0.6.533` |
| [faker](https://github.com/joke2k/faker) | `40.8.0` | `40.19.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.136.3` |

Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-cluster directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-empty directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-fastapi directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-fastapi-client-only directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 4 updates in the /templates/python-tests directory: [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng), [requests](https://github.com/psf/requests), [moose-cli](https://github.com/514labs/moose) and [moose-lib](https://www.fiveonefour.com/moose).
Bumps the templates-examples-pip-minor-patch group with 6 updates in the /templates/python-webapp directory:

| Package | From | To |
| --- | --- | --- |
| [kafka-python-ng](https://github.com/wbarnha/kafka-python-ng) | `2.2.2` | `2.2.3` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.34.2` |
| [moose-cli](https://github.com/514labs/moose) | `0.6.517` | `0.6.533` |
| [moose-lib](https://www.fiveonefour.com/moose) | `0.6.517` | `0.6.533` |
| [faker](https://github.com/joke2k/faker) | `40.8.0` | `40.19.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.136.3` |



Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

Updates `kafka-python-ng` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/wbarnha/kafka-python-ng/releases)
- [Changelog](https://github.com/kafka-python-ng/kafka-python-ng/blob/master/docs/changelog.rst)
- [Commits](https://github.com/wbarnha/kafka-python-ng/compare/v2.2.2...v2.2.3)

Updates `requests` from 2.32.4 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2)

Updates `moose-cli` from 0.6.517 to 0.6.533
- [Commits](https://github.com/514labs/moose/commits)

Updates `moose-lib` from 0.6.517 to 0.6.533

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

Updates `fastapi` from 0.135.1 to 0.136.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.136.3)

---
updated-dependencies:
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: faker
  dependency-version: 40.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: fastapi
  dependency-version: 0.136.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-cli
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: moose-lib
  dependency-version: 0.6.533
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: kafka-python-ng
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: templates-examples-pip-minor-patch
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency...

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 May 30, 2026
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-v2 Ready Ready Preview, Comment May 30, 2026 3:20am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f5239f6. Configure here.

moose-lib==0.6.517
requests==2.34.2
moose-cli==0.6.533
moose-lib==0.6.533

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Centralized _versions.toml not updated with requirements.txt files

High Severity

_versions.toml still pins moose-lib and moose-cli at 0.6.517, while all requirements.txt files were bumped to 0.6.533. The packaging script injects versions from _versions.toml into templates and verifies they match — this mismatch will either cause packaging to fail or silently revert the version bumps back to 0.6.517, undoing the intended update.

Fix in Cursor Fix in Web

Triggered by team rule: Pragmatic Developper

Reviewed by Cursor Bugbot for commit f5239f6. Configure here.

@jmsuzuki jmsuzuki closed this Jun 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/pip/templates/templates-examples-pip-minor-patch-0e74c0be8a branch June 4, 2026 17:33
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.

1 participant