From 7d7e5f4e1d81d0557646288e3218ef3d64f34de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:55:28 +0100 Subject: [PATCH] build(deps): bump azure-mgmt-security from 5.0.0 to 6.0.0 (#3312) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a3b875d7..b1562d00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -214,13 +214,13 @@ azure-core = ">=1.26.2,<2.0.0" [[package]] name = "azure-mgmt-security" -version = "5.0.0" +version = "6.0.0" description = "Microsoft Azure Security Center Management Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {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"}, + {file = "azure-mgmt-security-6.0.0.tar.gz", hash = "sha256:ceafc1869899067110bd830c5cc98bc9b8f32d8ea840ca1f693b1a5f52a5f8b0"}, + {file = "azure_mgmt_security-6.0.0-py3-none-any.whl", hash = "sha256:c88570003ac8138c59e6e549e2d8bb6a6c7057c496303d8c33392fdfe05f294c"}, ] [package.dependencies] @@ -3377,4 +3377,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "9e3928e6e02f4c91a3f8849cda3b07676bc103086d6fee6969c09481395121e1" +content-hash = "51e06e1642cf0eae8091967a1d33fc0f58dbde8ab239b01b2526e78947715f4f" diff --git a/pyproject.toml b/pyproject.toml index 4a2ab225..56864df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ alive-progress = "3.1.5" awsipranges = "0.3.3" azure-identity = "1.15.0" azure-mgmt-authorization = "4.0.0" -azure-mgmt-security = "5.0.0" +azure-mgmt-security = "6.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1"