From 4928ff5b7407a4f35b236e92bd28a1835160f661 Mon Sep 17 00:00:00 2001 From: Benjamin Kaylor Date: Mon, 18 Nov 2024 03:20:55 -0700 Subject: [PATCH] undo pyproject.toml edit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cf6077..339e7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "click>=8.1.7", "inquirerpy>=0.3.4", "requests>=2.32.3", - "rich>=13.8.1", + "rich>=13.9.2", "thefuzz>=0.22.1", "yt-dlp>=2024.10.7", ]