From b691dd5e4ced955884d0f58d1a2547c4a8513fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:11:56 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.43 to 3.0.45 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.43 to 3.0.45. - [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.43...3.0.45) --- 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 | 9 +++++---- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 7efeffd1de..2412540d8e 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.43" +prompt-toolkit = "==3.0.45" pygments = "==2.18.0" python-dotenv = "==1.0.1" python-git-info = "==0.8.3" diff --git a/Pipfile.lock b/Pipfile.lock index e2fa67224a..c730cfb892 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "fad4bbec66c0e20d211713eaf6b2a24f41a0bf27266023f63b042aaa29a0a317" + "sha256": "e09859c371202c4df95a5e9051d91dcb47ee21dcfa0779a8240b9b44eed5bfd8" }, "pipfile-spec": 6, "requires": { @@ -266,11 +266,12 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d", - "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6" + "sha256:07c60ee4ab7b7e90824b61afa840c8f5aad2d46b3e2e10acc33d8ecc94a49089", + "sha256:a29b89160e494e3ea8622b09fa5897610b437884dcdcd054fdc1308883326c2a" ], "index": "pypi", - "version": "==3.0.43" + "markers": "python_full_version >= '3.7.0'", + "version": "==3.0.45" }, "pygments": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 0782f77725..1b374b87b4 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.43 +prompt-toolkit==3.0.45; python_full_version >= '3.7.0' pygments==2.18.0 python-dotenv==1.0.1 python-git-info==0.8.3