build(deps): bump azure-mgmt-security from 3.0.0 to 4.0.0 (#2141)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-17 13:22:09 +02:00
committed by GitHub
parent 81fa1630b7
commit d4369a64ee
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -164,14 +164,14 @@ azure-core = ">=1.24.0,<2.0.0"
[[package]] [[package]]
name = "azure-mgmt-security" name = "azure-mgmt-security"
version = "3.0.0" version = "4.0.0"
description = "Microsoft Azure Security Center Management Client Library for Python" description = "Microsoft Azure Security Center Management Client Library for Python"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "azure-mgmt-security-3.0.0.zip", hash = "sha256:bcba7cef857f6b02a2d98afeb07f9871b1628fa33d8861ab1387e732e7db3f84"}, {file = "azure-mgmt-security-4.0.0.zip", hash = "sha256:551102127f2b798c1a373003e8877fbe78e58c5d3e04e875805b06d6facea8e7"},
{file = "azure_mgmt_security-3.0.0-py3-none-any.whl", hash = "sha256:3b14a236383effdc5e3135b394b7883a183fcc9cdde01b735b2aae227b42e2e9"}, {file = "azure_mgmt_security-4.0.0-py3-none-any.whl", hash = "sha256:09d3b822a22fa0252ee2d95f238a889cbdf4afcef1b663826c313897f504e6a6"},
] ]
[package.dependencies] [package.dependencies]
@@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "ab280f632660f43efa58d379705d0641644fb74a1e30a72f19b410595275202b" content-hash = "7389d144a5610cba7a02f1fef9439c4be320aa1f340978dd4ad464544ad858cc"

View File

@@ -29,7 +29,7 @@ alive-progress = "3.1.1"
arnparse = "0.0.2" arnparse = "0.0.2"
azure-identity = "1.12.0" azure-identity = "1.12.0"
azure-mgmt-authorization = "3.0.0" azure-mgmt-authorization = "3.0.0"
azure-mgmt-security = "3.0.0" azure-mgmt-security = "4.0.0"
azure-mgmt-storage = "21.0.0" azure-mgmt-storage = "21.0.0"
azure-mgmt-subscription = "3.1.1" azure-mgmt-subscription = "3.1.1"
azure-storage-blob = "12.15.0" azure-storage-blob = "12.15.0"