From e630edab3176eabb8e5500f024b7665d5613189b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:31:20 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-minor-patch group across 1 directory with 2 updates Bumps the production-minor-patch group with 2 updates in the /sdk directory: [pydantic](https://github.com/pydantic/pydantic) and [click](https://github.com/pallets/click). Updates `pydantic` from 2.12.5 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.3) Updates `click` from 8.3.1 to 8.3.3 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.3.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/requirements.txt b/sdk/requirements.txt index 9cd390bf..7dd95e2f 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ faststream[kafka]==0.6.7 -pydantic==2.12.5 -click==8.3.1 +pydantic==2.13.3 +click==8.3.3 jinja2==3.1.6 \ No newline at end of file