diff --git a/poetry.lock b/poetry.lock index 2f8f915..b0078ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -761,13 +761,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prompt-toolkit" -version = "3.0.47" +version = "3.0.48" description = "Library for building powerful interactive command lines in Python" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"}, - {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"}, + {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] @@ -1360,4 +1360,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "859ca56a9a53ef3d8ea6a84049b2eaaefcefdb2c1d5ba33beabda8cf485cd156" +content-hash = "b10c9e471f39f55be11049ba6347218748f27d4c2fd6e9b26284c4c43f51a5fe" diff --git a/pyproject.toml b/pyproject.toml index ec996d4..2723498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = ">=3.11,<=3.13" click = "^8" dataclasses-json = "^0.6.7" tabulate = "^0.9.0" -prompt-toolkit = "^3.0.47" +prompt-toolkit = "^3.0.48" Pygments = "^2.18.0" requests = "^2.32.3" GitPython = "^3.1.43"