diff --git a/poetry.lock b/poetry.lock index bafe730a89..36dcb56733 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" @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fd9610488da20636c5b0ce6e95dd0136a5e6e507c37d365855e98c009e25b014" +content-hash = "8a6ad2e237542ff393a644cda947d749bb78855f1972a942519452eba2d94d09" diff --git a/pyproject.toml b/pyproject.toml index dd3def8376..4b637de483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ azure-mgmt-security = "7.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.2.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.123" botocore = "1.34.132"