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