diff --git a/poetry.lock b/poetry.lock index f655fe6bbd..6cf2064caf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -578,19 +578,19 @@ msrest = ">=0.7.1" [[package]] name = "azure-mgmt-web" -version = "7.2.0" +version = "7.3.0" description = "Microsoft Azure Web Apps Management Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-mgmt-web-7.2.0.tar.gz", hash = "sha256:efcfe6f7f520ed0abcfe86517e1c8cf02a712f737a3db0db7cb46c6d647981ed"}, - {file = "azure_mgmt_web-7.2.0-py3-none-any.whl", hash = "sha256:28e88602ad9d6d03ed3ba89f966f478b6148e28d292d165e5f371c92c59621df"}, + {file = "azure-mgmt-web-7.3.0.tar.gz", hash = "sha256:2032bf4d50df0bbb822ea00cac3bfbe0e67487d2c9cc1182c0858f83149cdea9"}, + {file = "azure_mgmt_web-7.3.0-py3-none-any.whl", hash = "sha256:0e53db3fea6eae0d68d9a94eef2e19301f80d3d8a8a20eab599b75384ac0296e"}, ] [package.dependencies] -azure-common = ">=1.1,<2.0" -azure-mgmt-core = ">=1.3.2,<2.0.0" -isodate = ">=0.6.1,<1.0.0" +azure-common = ">=1.1" +azure-mgmt-core = ">=1.3.2" +isodate = ">=0.6.1" [[package]] name = "azure-storage-blob" @@ -4508,4 +4508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "aa3f5d2e7ccab7a0794161606f8e0ec6724fd948ae0205990f036a23045b0d76" +content-hash = "2d7629eeb4a3e0ce21eb35363ba6e0f19abe040dc42cb66ff026071315fa5d8a" diff --git a/pyproject.toml b/pyproject.toml index f9e957e601..deb552ddc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" -azure-mgmt-web = "7.2.0" +azure-mgmt-web = "7.3.0" azure-storage-blob = "12.20.0" boto3 = "1.34.128" botocore = "1.34.128"