diff --git a/poetry.lock b/poetry.lock index 876e4a9c..d0993391 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,20 +164,20 @@ azure-core = ">=1.24.0,<2.0.0" [[package]] name = "azure-mgmt-security" -version = "4.0.0" +version = "5.0.0" description = "Microsoft Azure Security Center Management Client Library for Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "azure-mgmt-security-4.0.0.zip", hash = "sha256:551102127f2b798c1a373003e8877fbe78e58c5d3e04e875805b06d6facea8e7"}, - {file = "azure_mgmt_security-4.0.0-py3-none-any.whl", hash = "sha256:09d3b822a22fa0252ee2d95f238a889cbdf4afcef1b663826c313897f504e6a6"}, + {file = "azure-mgmt-security-5.0.0.zip", hash = "sha256:38b03efe82c2344cea203fda95e6d00b7ac22782fa1c0b585cd0ea2c8ff3e702"}, + {file = "azure_mgmt_security-5.0.0-py3-none-any.whl", hash = "sha256:73a74ce8f6ffb1b345ce101c8abdd42238f161f0988d168d23918feda0089654"}, ] [package.dependencies] azure-common = ">=1.1,<2.0" azure-mgmt-core = ">=1.3.2,<2.0.0" -msrest = ">=0.7.1" +isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-storage" @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2bd214a98a50a4710bb43ac28e3dfef5430a82619467210527ae806e43af9f4c" +content-hash = "81f1ed41099e6906032ac3ef20260d7a3568ec497a4bd110b292e49e3bdafff4" diff --git a/pyproject.toml b/pyproject.toml index f156b33d..26f8011f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ alive-progress = "3.1.1" arnparse = "0.0.2" azure-identity = "1.12.0" azure-mgmt-authorization = "3.0.0" -azure-mgmt-security = "4.0.0" +azure-mgmt-security = "5.0.0" azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.16.0"