From f4f5921d48a731d4a788841ba9165478dc322681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 07:59:21 +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 | 16 ++++++++-------- docker/ansible-runner/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/ansible-runner/poetry.lock b/docker/ansible-runner/poetry.lock index 66d4453389b44..ae6b629c17dff 100644 --- a/docker/ansible-runner/poetry.lock +++ b/docker/ansible-runner/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "adal" @@ -636,19 +636,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" @@ -3634,4 +3634,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "3e102e501191cb2c81b1b877fe0b2cf19121e64cfb86607a7b0d97fb57de4ee2" +content-hash = "da753ce7f70c1afa15ead6cae626b4f2a68ba00622982e1aa1cd8bf94dfa029a" diff --git a/docker/ansible-runner/pyproject.toml b/docker/ansible-runner/pyproject.toml index 58fba4b7c02b9..fc95dd9029041 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"