From 93b8687b13c7930709b7c785ab908b18f547b194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:58:16 +0200 Subject: [PATCH] chore(deps): update dependency patool to v3 (#834) Signed-off-by: Renovate Bot --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 56d40724..bf6e5a1d 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ munch = "==4.0.0" natsort = "==8.4.0" openstacksdk = "==4.0.0" paramiko = "==3.5.0" -patool = "==2.4.0" +patool = "==3.0.0" requests = "==2.32.3" tabulate = "==0.9.0" typer = {version = "==0.12.5", extras = ["all"]} diff --git a/Pipfile.lock b/Pipfile.lock index 0336dd29..1b98a724 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b915187bfdcf356525b1496203fbe45925125d6b266d632628e2226abe669a6f" + "sha256": "5bc7d3b0af114daa999e25cb3d69ec863eadf07b2064a2f2858f3ec042ecfe62" }, "pipfile-spec": 6, "requires": {}, @@ -478,12 +478,12 @@ }, "patool": { "hashes": [ - "sha256:0ab5ab376b0f7838c495a8583fab2d73b43889820c7ef2e9300a7e5c952054f2", - "sha256:2c54bcd2b904bf37253fad4f5d04cec808056b15fa974fd36b2a84fc931f3c0f" + "sha256:0f30b1a3e8bc7694dcd33a6538ab50194d9c46f2e5e71fd5e3cf83dd829199b4", + "sha256:928070d5f82a776534a290a52f4758e2c0dd9cd5a633e3f63f7270c8982833b8" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==2.4.0" + "version": "==3.0.0" }, "pbr": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 4fe75c10..104d69f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ munch==4.0.0 natsort==8.4.0 openstacksdk==4.0.0 paramiko==3.5.0 -patool==2.4.0 +patool==3.0.0 requests==2.32.3 ruamel.yaml==0.18.6 tabulate==0.9.0