From 09e0f460bf3a0f7e406413a14c7e29bac053f2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:22:46 +0000 Subject: [PATCH] build(deps): bump click from 8.3.1 to 8.4.2 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.4.2. - [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.3.1...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 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 423a9c386c..14e5dd94af 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.3.1", + "click==8.4.2", "docker==7.1.0", "jinja2==3.1.6", "kubernetes==36.0.3", diff --git a/requirements.txt b/requirements.txt index 1f848d52da..2557e7563d 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.3.1 +click==8.4.2 docker==7.1.0 jinja2==3.1.6 kubernetes==36.0.3