diff --git a/poetry.lock b/poetry.lock index 3a4fc9f..40a3b09 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 = "e9e8caf00aa399dc49d633442b8aaa16bc8d8c00e0bbd6369ec3e9d33eb51104" +content-hash = "de24fac569b69e5cb274c4cc6ef99b172d33729331578b617cc1f38361fa3090" diff --git a/pyproject.toml b/pyproject.toml index 2242f45..37e0528 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"