From 68107439fc5d6ae334dcc64295dc942f20fdeb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:52:12 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.49 to 3.0.50 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.49 to 3.0.50. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.49...3.0.50) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index e1e4c7f8e2..e0a1a70596 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ pfzy = "==0.3.4" platformdirs = "==4.3.6" plexapi = "==4.16.1" pluggy = "==1.5.0" -prompt-toolkit = "==3.0.49" +prompt-toolkit = "==3.0.50" pygments = "==2.19.1" python-dotenv = "==1.0.1" python-git-info = "==0.8.3" diff --git a/Pipfile.lock b/Pipfile.lock index 25b1fd77b9..c33659791e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "833cf9fc094769fef65f804bc9fe94a60eb3e70efb52fff62441f87fc6001a10" + "sha256": "7da26c7c5dce6ebebe895fbebaaadd971b4b72112956e5a3b7efc5f66d1e085c" }, "pipfile-spec": 6, "requires": { @@ -262,12 +262,12 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:03b25a442496d1aeabcb4b8b8e94563ac6a8eff56467837367206a733c61c2de", - "sha256:372cfcbff483cd5fac6f7870d21face30f1e2f217c6906721616fb1be778774d" + "sha256:544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab", + "sha256:9b6427eb19e479d98acff65196a307c555eb567989e6d88ebbb1b509d9779198" ], "index": "pypi", "markers": "python_full_version >= '3.8.0'", - "version": "==3.0.49" + "version": "==3.0.50" }, "pygments": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 2a72352b6f..b0b25de5fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pfzy==0.3.4 platformdirs==4.3.6 plexapi==4.16.1; python_version >= '3.9' pluggy==1.5.0 -prompt-toolkit==3.0.49; python_full_version >= '3.8.0' +prompt-toolkit==3.0.50; python_full_version >= '3.8.0' pygments==2.19.1; python_version >= '3.8' python-dotenv==1.0.1 python-git-info==0.8.3