From e67483285ddc8645e74bc2f89087e2a8a16785f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:25:45 +0000 Subject: [PATCH] chore(deps)(deps): bump click Bumps the production-minor-patch group in /sdk with 1 update: [click](https://github.com/pallets/click). Updates `click` from 8.3.1 to 8.3.2 - [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.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/requirements.txt b/sdk/requirements.txt index 9cd390bf..7e06af49 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 +click==8.3.2 jinja2==3.1.6 \ No newline at end of file