From 4b383fc58cf3d9bb876e5950ffebb2494871d72e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:12:01 +0000 Subject: [PATCH] chore(deps): update dependency prompt-toolkit to v3.0.49 (#550) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d92d30f0..c5d145ff 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ packaging==24.2; python_version >= '3.7' paginate==0.5.7 pathspec==0.12.1; python_version >= '3.8' platformdirs==4.3.6; python_version >= '3.8' -prompt-toolkit==3.0.48; python_full_version >= '3.7.0' +prompt-toolkit==3.0.49; python_full_version >= '3.7.0' pygments==2.19.1; python_version >= '3.8' pymdown-extensions==10.14; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements.txt b/requirements.txt index acae3e89..852b918c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ packaging==24.2; python_version >= '3.7' paginate==0.5.7 pathspec==0.12.1; python_version >= '3.8' platformdirs==4.3.6; python_version >= '3.8' -prompt-toolkit==3.0.48; python_full_version >= '3.7.0' +prompt-toolkit==3.0.49; python_full_version >= '3.7.0' pygments==2.19.1; python_version >= '3.8' pymdown-extensions==10.14; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'