From 338e41edca01908bf8e70730b4a94ca963cd3c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:35 +0000 Subject: [PATCH] chore(hm-prowler): update dependency prowler to v3.11.1 (#12542) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hm-prowler/poetry.lock | 18 +++++++++--------- hm-prowler/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hm-prowler/poetry.lock b/hm-prowler/poetry.lock index 633bc41d7d..0c8e164060 100644 --- a/hm-prowler/poetry.lock +++ b/hm-prowler/poetry.lock @@ -578,13 +578,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.105.0" +version = "2.106.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.105.0.tar.gz", hash = "sha256:0a8b32cfc2d9b3c1868ae6faef7ee1ab9c89a6cec30be709ea9c97f9a3e5902d"}, - {file = "google_api_python_client-2.105.0-py2.py3-none-any.whl", hash = "sha256:571ce7c41e53415e385aab5a955725f71780550683ffcb71596f5809677d40b7"}, + {file = "google-api-python-client-2.106.0.tar.gz", hash = "sha256:f6a3862be2f6e5e0536d7bd47b5af3f24ac0b9147c76c830cafb3329d71d5724"}, + {file = "google_api_python_client-2.106.0-py2.py3-none-any.whl", hash = "sha256:c47c0dae5dd20aa43e4ea184566fe59d0c8fd0b86dd223b29040d8ea4f7ed6ea"}, ] [package.dependencies] @@ -867,13 +867,13 @@ files = [ [[package]] name = "prowler" -version = "3.11.0" +version = "3.11.1" description = "Prowler is an Open Source security tool to perform AWS, GCP and Azure security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains hundreds of controls covering CIS, NIST 800, NIST CSF, CISA, RBI, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, AWS Well-Architected Framework Security Pillar, AWS Foundational Technical Review (FTR), ENS (Spanish National Security Scheme) and your custom security frameworks." optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "prowler-3.11.0-py3-none-any.whl", hash = "sha256:ba41ef975abb688ce25940b153973057dd6ce9a0cf950eb6da079476859732f4"}, - {file = "prowler-3.11.0.tar.gz", hash = "sha256:92caca36640171b4f32d577a6c2ef2d34d2bcaf0d274429d5ba7064041da7dd2"}, + {file = "prowler-3.11.1-py3-none-any.whl", hash = "sha256:0b16205a6ab99b3bb04dbcf49e83cccb37bbf7f3d1abeb6c084f8b15ece3da2b"}, + {file = "prowler-3.11.1.tar.gz", hash = "sha256:43a83b202d1918b98cdbae521b1c2f1e8ee9e80738164f8e5551ffd4a41b1e50"}, ] [package.dependencies] @@ -890,7 +890,7 @@ boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.105.0" +google-api-python-client = "2.106.0" google-auth-httplib2 = ">=0.1.0,<0.2.0" msgraph-core = "0.2.2" pydantic = "1.10.13" @@ -900,7 +900,7 @@ slack-sdk = "3.23.0" tabulate = "0.9.0" [package.extras] -docs = ["mkdocs (==1.5.3)", "mkdocs-material (==9.4.7)"] +docs = ["mkdocs (==1.5.3)", "mkdocs-material (==9.4.8)"] [[package]] name = "pyasn1" @@ -1357,4 +1357,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "4de41ba2bf0a860ada0b7310939ee14a666f45ef7cbc5c5952db528fee1bd3e7" +content-hash = "47b64a9ad47e7b2ffcf7d7dc1cc129cce0ab44a6a3232c9ffc51e210c755362a" diff --git a/hm-prowler/pyproject.toml b/hm-prowler/pyproject.toml index c4da1d4deb..9c878fde27 100644 --- a/hm-prowler/pyproject.toml +++ b/hm-prowler/pyproject.toml @@ -9,7 +9,7 @@ python = "3.12.x" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.2" -prowler = "3.11.0" +prowler = "3.11.1" [build-system] requires = ["poetry-core"]