-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from home-assistant-libs/fix-build-on-main
Update prompt toolkit to unbreak build on main
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
0003-Bump-prompt-toolkit-requirement-to-fix-ptpython-vers.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 1536ca20c5917578ca40ce509400e97b52751788 Mon Sep 17 00:00:00 2001 | ||
Message-ID: <1536ca20c5917578ca40ce509400e97b52751788.1703082429.git.stefan@agner.ch> | ||
From: Andrei Litvin <andy314@gmail.com> | ||
Date: Wed, 13 Dec 2023 13:27:16 -0500 | ||
Subject: [PATCH] Bump prompt-toolkit requirement to fix ptpython version | ||
update (#30987) | ||
|
||
--- | ||
scripts/setup/constraints.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/scripts/setup/constraints.txt b/scripts/setup/constraints.txt | ||
index b0e9aed4ae..ad80df20c4 100644 | ||
--- a/scripts/setup/constraints.txt | ||
+++ b/scripts/setup/constraints.txt | ||
@@ -163,7 +163,7 @@ portpicker==1.5.2 | ||
# via | ||
# -r requirements.all.txt | ||
# mobly | ||
-prompt-toolkit==3.0.38 | ||
+prompt-toolkit==3.0.43 | ||
# via ipython | ||
protobuf==4.24.4 | ||
# via | ||
-- | ||
2.43.0 | ||
|