diff --git a/docker/ansible-runner/poetry.lock b/docker/ansible-runner/poetry.lock index 185a3a8d304b4..952f4cdbb01fa 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" @@ -3456,4 +3456,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "8cc5629acd3d5230868de2fe7925dfa230c1f0ee62a9aa8f1f3befb51abed305" +content-hash = "fddc8577e333ca419f20eaabee3201cb3006ba5c22fdb39ccff28e5056a4aacc" diff --git a/docker/ansible-runner/pyproject.toml b/docker/ansible-runner/pyproject.toml index ec2400c333bc0..51f3c1639ce44 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"