From b217eba72af2453e6345db507e0cf20c03926025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:19:46 +0000 Subject: [PATCH] :arrow_up:(deps)(deps): Update radon requirement from >=6.0.0 to >=6.0.1 Updates the requirements on [radon](https://github.com/rubik/radon) to permit the latest version. - [Changelog](https://github.com/rubik/radon/blob/master/CHANGELOG) - [Commits](https://github.com/rubik/radon/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: radon dependency-version: 6.0.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 e6cdcc1..0f6013f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "click>=8.0.0", "pyyaml>=6.0", "rich>=13.0.0", - "radon>=6.0.0", + "radon>=6.0.1", "requests>=2.25.0", "astroid>=3.0.0", # RAG Infrastructure diff --git a/requirements.txt b/requirements.txt index f58b9bd..ef61428 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ libcst>=1.1.0 click>=8.0.0 pyyaml>=6.0 rich>=13.0.0 -radon>=6.0.0 +radon>=6.0.1 astroid>=3.0.0