Skip to content

Commit 7e4dc57

Browse files
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](prompt-toolkit/python-prompt-toolkit@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] <[email protected]>
1 parent 1da6fdc commit 7e4dc57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# a consistent dependency closure across all Python versions,
3939
# we explicitly include ruamel.yaml.clib as a dependency.
4040
"ruamel.yaml.clib>=0.2.0,<=0.2.12",
41-
"prompt-toolkit>=3.0.24,<3.0.52",
41+
"prompt-toolkit>=3.0.24,<3.0.53",
4242
"distro>=1.5.0,<1.9.0",
4343
"awscrt==0.27.6",
4444
"python-dateutil>=2.1,<=2.9.0",

requirements-docs-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ packaging==25.0 \
255255
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \
256256
--hash=sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
257257
# via sphinx
258-
prompt-toolkit==3.0.51 \
259-
--hash=sha256:52742911fde84e2d423e2f9a4cf1de7d7ac4e51958f648d9540e0fb8db077b07 \
260-
--hash=sha256:931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed
258+
prompt-toolkit==3.0.52 \
259+
--hash=sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855 \
260+
--hash=sha256:9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955
261261
# via awscli (pyproject.toml)
262262
pygments==2.19.2 \
263263
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \

0 commit comments

Comments
 (0)