From 34ff16bcea14c0f96fae05bc56f90961f8263005 Mon Sep 17 00:00:00 2001 From: PatStLouis Date: Mon, 30 Sep 2024 21:59:40 +0000 Subject: [PATCH] bump prompt-toolkit to match aath requirements Signed-off-by: PatStLouis --- poetry.lock | 12 +++++------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20d692dbad..ecaf98f1db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1861,18 +1861,16 @@ virtualenv = ">=20.10.0" [[package]] name = "prompt-toolkit" -version = "2.0.10" +version = "3.0.48" description = "Library for building powerful interactive command lines in Python" optional = false -python-versions = ">=2.6,<3.0.dev0 || >=3.3.dev0" +python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-2.0.10-py2-none-any.whl", hash = "sha256:e7f8af9e3d70f514373bf41aa51bc33af12a6db3f71461ea47fea985defb2c31"}, - {file = "prompt_toolkit-2.0.10-py3-none-any.whl", hash = "sha256:46642344ce457641f28fc9d1c9ca939b63dadf8df128b86f1b9860e59c73a5e4"}, - {file = "prompt_toolkit-2.0.10.tar.gz", hash = "sha256:f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db"}, + {file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"}, + {file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"}, ] [package.dependencies] -six = ">=1.9.0" wcwidth = "*" [[package]] @@ -2917,4 +2915,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "96b2bef284f3cab28b42e3129f60591f5d71ca5b1db3fce99aafc6841f74cbe2" +content-hash = "d7e55910ddcc393f93877bc36578f5f61c0cdc12a86a6f5cac2c42c1a9d8fd1e" diff --git a/pyproject.toml b/pyproject.toml index 4bc5b8de5a..6e6c13fa27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ marshmallow="~3.22.0" nest_asyncio="~1.6.0" packaging="~23.2" portalocker="~2.10.1" -prompt_toolkit=">=2.0.9,<2.1.0" +prompt_toolkit="~=3.0.48" pydid="^0.5.1" pyjwt="~2.9.0" pyld="^2.0.4"