From 0693f55fe3f507f8f52d2ed185b9a3e7a51f9798 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 22 Apr 2025 18:40:53 +0200 Subject: [PATCH] pick-ui: add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow I forgot to commit this line 🤦 Fixes: c37a468a8a109cbaece7 ("pick-ui: make `Backport-to: 25.0` backport to 25.0 *and more recent release branches*") Part-of: (cherry picked from commit 0a41200f821c4993e1eb6651ddab02f51a8986b1) --- .pick_status.json | 2 +- bin/pick/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index b6efb9510e6..b1afb5cee89 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -374,7 +374,7 @@ "description": "pick-ui: add missing dependency", "nominated": false, "nomination_type": 2, - "resolution": 4, + "resolution": 1, "main_sha": null, "because_sha": "c37a468a8a109cbaece70760fd748fc838185b88", "notes": null diff --git a/bin/pick/requirements.txt b/bin/pick/requirements.txt index 0a6f4e9cb16..75754a50e89 100644 --- a/bin/pick/requirements.txt +++ b/bin/pick/requirements.txt @@ -1,2 +1,3 @@ attrs==23.1.0 +packaging==25.0 urwid==2.1.2