From cb43f3e568087259ed8069a409b4582685abceaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:30:42 +0000 Subject: [PATCH] build(deps): bump click from 8.4.2 to 8.5.0 Bumps [click](https://github.com/pallets/click) from 8.4.2 to 8.5.0. - [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.2...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbb97053fa..370ab056f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = {text = "LGPL-2.1-or-later"} dependencies = [ "azure-storage-blob==12.30.0", "azure-storage-file-share==12.25.0", - "click==8.4.2", + "click==8.5.0", "docker==7.2.0", "jinja2==3.1.6", "kubernetes==36.0.3", diff --git a/requirements.txt b/requirements.txt index 06070d0b77..5fc96cc753 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ azure-storage-blob==12.30.0 azure-storage-file-share==12.25.0 -click==8.4.2 +click==8.5.0 docker==7.2.0 jinja2==3.1.6 kubernetes==36.0.3