From 014d5b672b7eb76d3a7e0c28088f569e8087c905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:28:11 +0000 Subject: [PATCH] Update ts-deepscan requirement from ~=2.3.0 to >=2.3,<2.5 Updates the requirements on [ts-deepscan](https://github.com/TrustSource/ts-deepscan) to permit the latest version. - [Changelog](https://github.com/TrustSource/ts-deepscan/blob/main/CHANGELOG.md) - [Commits](https://github.com/TrustSource/ts-deepscan/compare/2.3.0...2.4.1) --- updated-dependencies: - dependency-name: ts-deepscan dependency-version: 2.4.1 dependency-type: direct:production ... 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..cc42725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "build~=1.2.2", "importlib-metadata~=8.6.0", "requests~=2.32.3", - "ts-deepscan~=2.3.0", + "ts-deepscan>=2.3,<2.5", "spdx-tools>=0.8.2", "click==8.1.7", "click-params~=0.5.0", diff --git a/requirements.txt b/requirements.txt index 8e69938..a2ac43d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ semantic_version~=2.10.0 build~=1.2.2 importlib-metadata~=8.6.0 requests~=2.32.3 -ts-deepscan~=2.3.0 +ts-deepscan>=2.3,<2.5 spdx-tools>=0.8.2 click==8.1.7 click-params~=0.5.0