From c22dfd52b8176d1389797ca4ffb73bf13e3efca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:42:38 +0000 Subject: [PATCH] Bump azure-mgmt-batch from 5.0.1 to 18.0.0 in /docker/ansible-runner Bumps [azure-mgmt-batch](https://github.com/Azure/azure-sdk-for-python) from 5.0.1 to 18.0.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-batch_5.0.1...azure-mgmt-batch_18.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-batch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/ansible-runner/poetry.lock | 14 +++++++------- docker/ansible-runner/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/ansible-runner/poetry.lock b/docker/ansible-runner/poetry.lock index f4027a5101851..6bccabdc16402 100644 --- a/docker/ansible-runner/poetry.lock +++ b/docker/ansible-runner/poetry.lock @@ -609,19 +609,19 @@ msrestazure = ">=0.4.32,<2.0.0" [[package]] name = "azure-mgmt-batch" -version = "5.0.1" +version = "18.0.0" description = "Microsoft Azure Batch Management Client Library for Python" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "azure-mgmt-batch-5.0.1.zip", hash = "sha256:6e375ecdd5966ee9ee45b29c90a806388c27ceacc2cbd6dd406ff311b5d7da72"}, - {file = "azure_mgmt_batch-5.0.1-py2.py3-none-any.whl", hash = "sha256:d942e225180d07aae07a43e489ae0acbacd92651be3a019f4eb330a587028161"}, + {file = "azure_mgmt_batch-18.0.0-py3-none-any.whl", hash = "sha256:e78588f68a45b66f2b27f14c6753c35dff42a8a66fd7e1688b0cb3dbe1fb4ffb"}, + {file = "azure_mgmt_batch-18.0.0.tar.gz", hash = "sha256:305eb51fb3f73b20927ef47b3b6f93e9e32dc939876c045f970bd386c07ba79c"}, ] [package.dependencies] azure-common = ">=1.1,<2.0" -azure-mgmt-nspkg = ">=2.0.0" -msrestazure = ">=0.4.27,<2.0.0" +azure-mgmt-core = ">=1.3.2,<2.0.0" +isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-cdn" @@ -3457,4 +3457,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "3fd8e70bcbf84338b86bda683b88f3bffa53127cd0f7b894ad3b679d8c084b72" +content-hash = "20f752075192a30b2e1efe39aca81268f6b8536562834562040cd6cfadc330c6" diff --git a/docker/ansible-runner/pyproject.toml b/docker/ansible-runner/pyproject.toml index 61c7392b201f9..3f5292c7a399c 100644 --- a/docker/ansible-runner/pyproject.toml +++ b/docker/ansible-runner/pyproject.toml @@ -25,7 +25,7 @@ azure-common = "==1.1.28" azure-identity = "==1.16.1" azure-mgmt-apimanagement = "==0.2.0" azure-mgmt-authorization = "==0.51.1" -azure-mgmt-batch = "==5.0.1" +azure-mgmt-batch = "==18.0.0" azure-mgmt-cdn = "==3.0.0" azure-mgmt-compute = "==10.0.0" azure-mgmt-containerinstance = "==1.4.0"