From f29ff128fb2d7936574db29b2d3a2a38960d9eb6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 6 Feb 2023 23:24:56 +0100 Subject: [PATCH] require 3.x.x releases of platformdirs we don't want to suddenly/unexpectedly break stuff for borg users just because platformdirs does a breaking release. at platformdirs 2.0.0 macOS config dir changed. at platformdirs 3.0.0 macOS config dir changed again. at platformdirs 4.0.0 (future) - who knows? --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6984f610d..47cf3119c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ setup_requires = install_requires = msgpack >=1.0.3, <=1.0.4 packaging - platformdirs + platformdirs >=3.0.0, <4.0.0 argon2-cffi tests_require = pytest