From 6693a30671a5bb690e395cf64c8a0a949123f401 Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Wed, 30 Oct 2024 05:43:31 +0000
Subject: [PATCH] Remove `appdirs` from `requirements.txt` (#24550)

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 6bee746324..fbee51ee57 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Python requirements
-appdirs
+# platformdirs
 argcomplete
 colorama
 dotty-dict