From 695f54c74a6c4aa880be6271d8169de0f0aa11e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:01:59 +0000 Subject: [PATCH] chore(deps): bump azure-mgmt-network from 28.0.0 to 28.1.0 Bumps [azure-mgmt-network](https://github.com/Azure/azure-sdk-for-python) from 28.0.0 to 28.1.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-network_28.0.0...azure-mgmt-network_28.1.0) --- updated-dependencies: - dependency-name: azure-mgmt-network dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1a8c6365bf7..1dfb0bec58b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -513,13 +513,13 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-network" -version = "28.0.0" +version = "28.1.0" description = "Microsoft Azure Network Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_mgmt_network-28.0.0-py3-none-any.whl", hash = "sha256:2ee23c1f2ba75752187bd7f4c3e94ad172282cbf8153694feadc7886ef88493c"}, - {file = "azure_mgmt_network-28.0.0.tar.gz", hash = "sha256:40356d348ef4838324f19a41cd80340b4f8dd4ac2f0a18a4cbd5cc95ef2974f3"}, + {file = "azure_mgmt_network-28.1.0-py3-none-any.whl", hash = "sha256:8ddb0e9ec8f10c9c152d60fc945908d113e4591f397ea3e40b92290ec2b01658"}, + {file = "azure_mgmt_network-28.1.0.tar.gz", hash = "sha256:8c84bffb5ec75c6e0244e58ecf07c00d5fc421d616b0cb369c6fe585af33cf87"}, ] [package.dependencies] @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "dc6fd5e0f0948b3b3328070b35229f5d963ff99ac83da5e16c3595dc148f57ac" +content-hash = "7cc7a6f085109750f78d3ccb6762f5bafff2fcb97b9df6c012fa56afa837aca9" diff --git a/pyproject.toml b/pyproject.toml index 3eb83c2947b..8a9d8623393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ azure-mgmt-containerservice = "33.0.0" azure-mgmt-cosmosdb = "9.7.0" azure-mgmt-keyvault = "10.3.1" azure-mgmt-monitor = "6.0.2" -azure-mgmt-network = "28.0.0" +azure-mgmt-network = "28.1.0" azure-mgmt-rdbms = "10.1.0" azure-mgmt-resource = "23.2.0" azure-mgmt-search = "9.1.0"