diff --git a/Pipfile b/Pipfile index cf9ecc3c..4a0adeae 100644 --- a/Pipfile +++ b/Pipfile @@ -14,5 +14,5 @@ paramiko = "==3.5.0" patool = "==3.0.3" requests = "==2.32.3" tabulate = "==0.9.0" -typer = {version = "==0.12.5", extras = ["all"]} +typer = {version = "==0.13.0", extras = ["all"]} yamale = "==5.2.1" diff --git a/Pipfile.lock b/Pipfile.lock index 5e3d7376..4449050c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3c5bcaf7a65153853f5bc02e16024a61c8a6a9ca745a2fe0e6932ae1a4152b91" + "sha256": "13cf6a192e4d0e9d9c89e016c3c09b85dc683ab8acc1d15f869cbed0bc6e35a5" }, "pipfile-spec": 6, "requires": {}, @@ -707,11 +707,11 @@ "all" ], "hashes": [ - "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b", - "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722" + "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2", + "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c" ], "markers": "python_version >= '3.7'", - "version": "==0.12.5" + "version": "==0.13.0" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 661b54ce..7b34ea6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ patool==3.0.3 requests==2.32.3 ruamel.yaml==0.18.6 tabulate==0.9.0 -typer[all]==0.12.5 +typer[all]==0.13.0 yamale==5.2.1