From 9ad0290799b469ce63993b9b5d748af207c85723 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sun, 15 Sep 2024 11:55:39 -0400 Subject: [PATCH] Bumped a dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc09332..5c7e920 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ 'toolz >= 0.12.1', 'construct >= 2.10.70', 'blessed >= 1.20.0', - 'platformdirs >= 4.2.2', + 'platformdirs >= 4.3.3', 'metadict >= 0.1.3'] import setuptools