From f9bd5d8b1b0e987d1af4d0f1a52dd8418c3046d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:17:16 +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 1315cc01e055c..1712511295bae 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" @@ -3507,4 +3507,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"