diff --git a/transforms/code/header_cleanser/python/pyproject.toml b/transforms/code/header_cleanser/python/pyproject.toml index 38f4f6fb1..240029665 100644 --- a/transforms/code/header_cleanser/python/pyproject.toml +++ b/transforms/code/header_cleanser/python/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] dependencies = [ "data-prep-toolkit==0.2.1.dev0", - "scancode-toolkit==32.1.0", + "scancode-toolkit==32.0.2", ] [build-system] @@ -42,4 +42,4 @@ where = ["src/"] markers = ["unit: unit tests", "integration: integration tests"] [tool.coverage.run] -include = ["src/*"] \ No newline at end of file +include = ["src/*"] diff --git a/transforms/code/header_cleanser/ray/pyproject.toml b/transforms/code/header_cleanser/ray/pyproject.toml index 4105907fe..11966a587 100644 --- a/transforms/code/header_cleanser/ray/pyproject.toml +++ b/transforms/code/header_cleanser/ray/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "dpk-header-cleanser-transform-python==0.2.1.dev0", "data-prep-toolkit-ray==0.2.1.dev0", - "scancode-toolkit==32.1.0", + "scancode-toolkit==32.0.2", ] [build-system] @@ -43,4 +43,4 @@ where = ["src/"] markers = ["unit: unit tests", "integration: integration tests"] [tool.coverage.run] -include = ["src/*"] \ No newline at end of file +include = ["src/*"]