From a9e4fdc71250435830166c0be2f1110f3943c310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:14:23 +0000 Subject: [PATCH] chore(deps): Update click requirement in /apps/example-app Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/example-app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example-app/pyproject.toml b/apps/example-app/pyproject.toml index c3d183f..a414076 100644 --- a/apps/example-app/pyproject.toml +++ b/apps/example-app/pyproject.toml @@ -12,7 +12,7 @@ authors = [ {name = "{{GITHUB_OWNER}}"} ] dependencies = [ - "click>=8.4", + "click>=8.4.2", "example-lib" ]