From 63bbc88d732a4b0aa1030b77ecc86fe9d81ff9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:03:54 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.51 to 3.0.52 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.51 to 3.0.52. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.51...3.0.52) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed74ee01..4657d46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "enlighten>=1.12.4,<2", "snowflake-connector-python>=3.12.1,<4.6", "jinja2-env>=0.1.3,<0.2", - "prompt-toolkit==3.0.51", + "prompt-toolkit==3.0.52", ] [project.urls]