From 90b83fe228db3fdb84e8c7b4c4f3d913b905836a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 22 Jun 2023 01:37:37 +0000 Subject: [PATCH] Update git submodules * Update requirements from branch 'master' to 92b0450bb0d4bdfecc2b404303e8028ba65287a7 - Add platformdirs to global requirements In preparation to migrate projects from the abandoned appdirs library to the currently maintained platformdirs replacement, explicitly add it to our global requirements list. It's already in the upper constraints list due to being a transitive dependency, but we want to make sure we don't inadvertently drop it in the future. Change-Id: I58c5c36f2f60030f81b09fe27b68323f7f46caeb --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 265cad8956..92b0450bb0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 265cad8956fd4d018f4aba4702247785d9b379f0 +Subproject commit 92b0450bb0d4bdfecc2b404303e8028ba65287a7