From 6996f42d915bfb4dee5ea617456a448afbdb7fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:28:06 +0000 Subject: [PATCH] Bump click from 8.1.7 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.3.1. - [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.1.7...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 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 a9cc257..6e8fad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "requests~=2.32.3", "ts-deepscan~=2.3.0", "spdx-tools>=0.8.2", - "click==8.1.7", + "click==8.3.1", "click-params~=0.5.0", "license-expression~=30.4.0", "packageurl-python~=0.16.0", diff --git a/requirements.txt b/requirements.txt index 8e69938..b8cea89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ importlib-metadata~=8.6.0 requests~=2.32.3 ts-deepscan~=2.3.0 spdx-tools>=0.8.2 -click==8.1.7 +click==8.3.1 click-params~=0.5.0 license-expression~=30.4.0 packageurl-python~=0.16.0