From cf57d92643a7fd625ae8b91d8fba152c9298ba03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:08:03 +0100 Subject: [PATCH] chore(deps): update dependency sushy to v4.7.0 (#697) 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 122cb20b..33bff61c 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ pydantic = "==1.10.13" pynetbox = "==7.2.0" pytest-testinfra = "==10.0.0" sqlmodel = "==0.0.12" -sushy = "==4.6.0" +sushy = "==4.7.0" transitions = "==0.9.0" watchdog = "==3.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index 15242157..f684c852 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2f76654420026cd79e7e06c1f822329528f3b0aa0a15d641625932a7130b6215" + "sha256": "9cd5329efa0f22e23180c6bf19e6b7773b904e5b530b76172dbe0cefd8eea6f2" }, "pipfile-spec": 6, "requires": { @@ -1191,12 +1191,12 @@ }, "sushy": { "hashes": [ - "sha256:0b28d04702099f38e7e760511963eca925bc03c61db44ed81fb128c6d5e3eb0e", - "sha256:e5d53f3027b182f31d9733cc25658a5e78eedba419cc5b551f33f5518ba8cd9c" + "sha256:346eba909536b041b31dc994cbe7ffe8f8a38300257b64ce9dcf95ce6b07153c", + "sha256:d32c0be5902a666d3bcce9c82f6c112c6a7d684ea1403cf6250231fb3fd68a2f" ], "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==4.6.0" + "version": "==4.7.0" }, "textfsm": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 2bf3bc51..07371157 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pydantic==1.10.13 pynetbox==7.2.0 pytest-testinfra==10.0.0 sqlmodel==0.0.12 -sushy==4.6.0 +sushy==4.7.0 tabulate==0.9.0 transitions==0.9.0 uvicorn[standard]==0.24.0.post1