From e46c7606a29af0db8f80a8825a500a0af4a0b12a Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 18 Mar 2026 19:03:39 +0530 Subject: [PATCH] Bump fetchcode to v0.8.2 - Conatians fix for composer versions https://github.com/aboutcode-org/fetchcode/issues/197 - Fix package versions for scoped npm packages https://github.com/aboutcode-org/fetchcode/pull/194 Signed-off-by: Keshav Priyadarshi --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6788a34a5..5ebf035cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ docutils==0.17.1 drf-spectacular==0.24.2 drf-spectacular-sidecar==2022.10.1 executing==0.8.3 -fetchcode==0.6.0 +fetchcode==0.8.2 freezegun==1.2.1 frozenlist==1.3.0 gitdb==4.0.9 diff --git a/setup.cfg b/setup.cfg index 83d7c96e4..770dfcdcf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -91,7 +91,7 @@ install_requires = # networking GitPython>=3.1.17 requests>=2.25.1 - fetchcode>=0.6.0 + fetchcode>=0.8.2 #pipeline aboutcode.pipeline>=0.1.0