From 62139e252ab77433da6fb030cceddd27c87ba6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:40:11 +0100 Subject: [PATCH] chore(deps): bump azure-mgmt-web from 7.3.1 to 8.0.0 (#6680) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d8acd35f8..4e293e6759 100644 --- a/poetry.lock +++ b/poetry.lock @@ -629,13 +629,13 @@ msrest = ">=0.7.1" [[package]] name = "azure-mgmt-web" -version = "7.3.1" +version = "8.0.0" description = "Microsoft Azure Web Apps Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-web-7.3.1.tar.gz", hash = "sha256:87b771436bc99a7a8df59d0ad185b96879a06dce14764a06b3fc3dafa8fcb56b"}, - {file = "azure_mgmt_web-7.3.1-py3-none-any.whl", hash = "sha256:ccf881e3ab31c3fdbf9cbff32773d9c0006b5dcd621ea074d7ec89e51049fb72"}, + {file = "azure_mgmt_web-8.0.0-py3-none-any.whl", hash = "sha256:0536aac05bfc673b56ed930f2966b77856e84df675d376e782a7af6bb92449af"}, + {file = "azure_mgmt_web-8.0.0.tar.gz", hash = "sha256:c8d9c042c09db7aacb20270a9effed4d4e651e365af32d80897b84dc7bf35098"}, ] [package.dependencies] @@ -5211,4 +5211,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3686f90c22b22e439769ee79ae9e007d9730b7d33426f0501ae5bf4f51217b81" +content-hash = "f2d3920001616ff9b66353b61d20dadc358787aa154c31fcbd8f4baf45c36498" diff --git a/pyproject.toml b/pyproject.toml index 785b34afe3..ff3156c743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" -azure-mgmt-web = "7.3.1" +azure-mgmt-web = "8.0.0" azure-storage-blob = "12.24.1" boto3 = "1.35.99" botocore = "1.35.99"