diff --git a/plugins/aws/tools/awspolicygen/requirements-test.txt b/plugins/aws/tools/awspolicygen/requirements-test.txt index f5c7fb6cc3..a5a3eb6c3c 100644 --- a/plugins/aws/tools/awspolicygen/requirements-test.txt +++ b/plugins/aws/tools/awspolicygen/requirements-test.txt @@ -1,5 +1,5 @@ # test dependencies -pytest==7.3.1 -pytest-cov==4.0.0 -flake8==6.0.0 -black==23.3.0 +pytest +pytest-cov +flake8 +black diff --git a/plugins/aws/tools/awspolicygen/requirements.txt b/plugins/aws/tools/awspolicygen/requirements.txt index 02b8234604..c4843f4232 100644 --- a/plugins/aws/tools/awspolicygen/requirements.txt +++ b/plugins/aws/tools/awspolicygen/requirements.txt @@ -2,4 +2,4 @@ boto3 requests python-magic pyyaml -fix-plugin-aws +fixinventory-plugin-aws diff --git a/plugins/gcp/tools/gcppolicygen/requirements-test.txt b/plugins/gcp/tools/gcppolicygen/requirements-test.txt index f5c7fb6cc3..a5a3eb6c3c 100644 --- a/plugins/gcp/tools/gcppolicygen/requirements-test.txt +++ b/plugins/gcp/tools/gcppolicygen/requirements-test.txt @@ -1,5 +1,5 @@ # test dependencies -pytest==7.3.1 -pytest-cov==4.0.0 -flake8==6.0.0 -black==23.3.0 +pytest +pytest-cov +flake8 +black diff --git a/plugins/gcp/tools/gcppolicygen/requirements.txt b/plugins/gcp/tools/gcppolicygen/requirements.txt index 5757cf2b45..ed168211ec 100644 --- a/plugins/gcp/tools/gcppolicygen/requirements.txt +++ b/plugins/gcp/tools/gcppolicygen/requirements.txt @@ -2,4 +2,4 @@ boto3 requests python-magic pyyaml -fix-plugin-gcp +fixinventory-plugin-gcp