From 2bde25a47110d97c3b86af0dfefdf5fa2a4708d3 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 10 Apr 2025 12:32:59 +0200 Subject: [PATCH] fix(api): poetry.lock --- api/poetry.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 4ccb36a1d7..5030fb608f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2877,23 +2877,26 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.23.0" +version = "1.18.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "msgraph_sdk-1.23.0-py3-none-any.whl", hash = "sha256:58e0047b4ca59fd82022c02cd73fec0170a3d84f3b76721e3db2a0314df9a58a"}, - {file = "msgraph_sdk-1.23.0.tar.gz", hash = "sha256:6dd1ba9a46f5f0ce8599fd9610133adbd9d1493941438b5d3632fce9e55ed607"}, + {file = "msgraph_sdk-1.18.0-py3-none-any.whl", hash = "sha256:f09b015bb9d7690bc6f30c9a28f9a414107aaf06be4952c27b3653dcdf33f2a3"}, + {file = "msgraph_sdk-1.18.0.tar.gz", hash = "sha256:ef49166ada7b459b5a843ceb3d253c1ab99d8987ebf3112147eb6cbcaa101793"}, ] [package.dependencies] azure-identity = ">=1.12.0" -microsoft-kiota-serialization-form = ">=1.8.0,<2.0.0" -microsoft-kiota-serialization-json = ">=1.8.0,<2.0.0" -microsoft-kiota-serialization-multipart = ">=1.8.0,<2.0.0" -microsoft-kiota-serialization-text = ">=1.8.0,<2.0.0" -msgraph_core = ">=1.3.1" +microsoft-kiota-abstractions = ">=1.3.0,<2.0.0" +microsoft-kiota-authentication-azure = ">=1.0.0,<2.0.0" +microsoft-kiota-http = ">=1.0.0,<2.0.0" +microsoft-kiota-serialization-form = ">=0.1.0" +microsoft-kiota-serialization-json = ">=1.3.0,<2.0.0" +microsoft-kiota-serialization-multipart = ">=0.1.0" +microsoft-kiota-serialization-text = ">=1.0.0,<2.0.0" +msgraph_core = ">=1.0.0" [package.extras] dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] @@ -3617,7 +3620,7 @@ google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" kubernetes = "32.0.1" microsoft-kiota-abstractions = "1.9.2" -msgraph-sdk = "1.23.0" +msgraph-sdk = "1.18.0" numpy = "2.0.2" pandas = "2.2.3" py-ocsf-models = "0.3.1" @@ -3633,8 +3636,8 @@ tzlocal = "5.3.1" [package.source] type = "git" url = "https://github.com/prowler-cloud/prowler.git" -reference = "master" -resolved_reference = "cb239b20ab5063aebaf7f5897a24b6d65f84b0d9" +reference = "v5.5" +resolved_reference = "c1b70ed0fc6bd586c8c69a121411f1d710d94845" [[package]] name = "psutil" @@ -5433,4 +5436,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "0da43d42c9cdb0b990cfd184ba776e3ce2a5ee72fbd076e980d7111c772d6000" +content-hash = "7dae4c2a4c35a6d226e1ec9ff8fc75784d2c008810929586dca5c8f095c515a3"