From f27be776876ec342fd5403c9919328201fd19c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:52:47 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.46 to 3.0.47 (#1981) --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 024151d05b6..c84b25e187e 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < platformdirs = {version="==4.2.2", python_version=">='3.7'"} plexapi = "==4.15.13" pluggy = "==1.5.0" -prompt-toolkit = "==3.0.46" +prompt-toolkit = "==3.0.47" pygments = "==2.18.0" python-dotenv = "==1.0.1" python-git-info = "==0.8.3" diff --git a/Pipfile.lock b/Pipfile.lock index 2c1326c88a0..d32f0f6f4a1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9b057aeb89b7efca597895d62afa089c38786c0013c2f39eed912e4a8f364d24" + "sha256": "fd431881ca1512f230a0a9a9464830b6cefe5410502e31e1c9612ad377704e47" }, "pipfile-spec": 6, "requires": { @@ -266,12 +266,12 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:45abe60a8300f3c618b23c16c4bb98c6fc80af8ce8b17c7ae92db48db3ee63c1", - "sha256:869c50d682152336e23c4db7f74667639b5047494202ffe7670817053fd57795" + "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10", + "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==3.0.46" + "version": "==3.0.47" }, "pygments": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index ea0b7347aad..cfabfa266fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' platformdirs==4.2.2; python_version >= '3.7' plexapi==4.15.13; python_version >= '3.8' pluggy==1.5.0 -prompt-toolkit==3.0.46; python_full_version >= '3.7.0' +prompt-toolkit==3.0.47; python_full_version >= '3.7.0' pygments==2.18.0 python-dotenv==1.0.1 python-git-info==0.8.3 @@ -32,7 +32,7 @@ rich==13.7.1 six==1.16.0; python_version >= '3.4' tqdm==4.66.4 types-decorator==5.1.8.20240310; python_version >= '3.8' -typing-extensions==4.12.2; python_version >= '3.8' +typing-extensions==4.12.0; python_version >= '3.8' url-normalize==1.4.3; python_version >= '3.6' urllib3==2.2.1; python_version >= '3.8' wcwidth==0.2.13