From d4c35922a47b926e1ed798444978174e860f7531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:01:29 +0000 Subject: [PATCH] build(deps): bump provisioner-shared in /provisioner_examples_plugin Bumps provisioner-shared from 0.1.11 to 0.1.14. --- updated-dependencies: - dependency-name: provisioner-shared dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- provisioner_examples_plugin/poetry.lock | 31 +++++++++++-------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/provisioner_examples_plugin/poetry.lock b/provisioner_examples_plugin/poetry.lock index fd3ad5e..6509beb 100644 --- a/provisioner_examples_plugin/poetry.lock +++ b/provisioner_examples_plugin/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 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 = "ansible" @@ -318,7 +318,6 @@ files = [ {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb"}, {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b"}, {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543"}, - {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:60eb32934076fa07e4316b7b2742fa52cbb190b42c2df2863dbc4230a0a9b385"}, {file = "cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e"}, {file = "cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e"}, {file = "cryptography-44.0.0-cp37-abi3-win32.whl", hash = "sha256:eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053"}, @@ -329,7 +328,6 @@ files = [ {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289"}, {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7"}, {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c"}, - {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:9abcc2e083cbe8dde89124a47e5e53ec38751f0d7dfd36801008f316a127d7ba"}, {file = "cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64"}, {file = "cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285"}, {file = "cryptography-44.0.0-cp39-abi3-win32.whl", hash = "sha256:eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417"}, @@ -593,30 +591,27 @@ ptyprocess = ">=0.5" [[package]] name = "provisioner-shared" -version = "0.1.11" +version = "0.1.14" description = "Shared package used by the provisioner runtime and plugins" optional = false -python-versions = "^3.11" -files = [] -develop = true +python-versions = "<4.0,>=3.11" +files = [ + {file = "provisioner_shared-0.1.14-py3-none-any.whl", hash = "sha256:f591d5052e64eaf79b535089184c5c695fc6987b1847be1363a18825734fafcf"}, +] [package.dependencies] ansible = ">=7.3,<11.0" -ansible-runner = "^2.3.2" +ansible-runner = ">=2.3.2,<3.0.0" inquirer = ">=2.10,<4.0" loguru = ">=0.6,<0.8" -python-hosts = "^1.0.3" -python-libnmap = "^0.7.3" -python3-nmap = "^1.5.4" -PyYAML = "^6.0" -requests = "^2.28.1" +python-hosts = ">=1.0.3,<2.0.0" +python-libnmap = ">=0.7.3,<0.8.0" +python3-nmap = ">=1.5.4,<2.0.0" +PyYAML = ">=6.0,<7.0" +requests = ">=2.28.1,<3.0.0" rich = ">=12.5.1,<14.0.0" typer = ">=0.6.1,<0.13.0" -[package.source] -type = "directory" -url = "../../provisioner_shared" - [[package]] name = "ptyprocess" version = "0.7.0" @@ -1080,4 +1075,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "36bd514214a4c58d5c0c3d767a6ff0f58bb936dc44109d3be1fac3edae2dda4f" +content-hash = "113702282a345123a07be3bf47ae270f3db9fe5a1b4a32610e4d798e963f6413"