From 77889b787bb1ca96441aa8884c1196d3d051f892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:57:12 +0000 Subject: [PATCH] Update platformdirs requirement from ~=2.5 to >=2.5,<4.0 Updates the requirements on [platformdirs](https://github.com/platformdirs/platformdirs) to permit the latest version. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/2.5.0...3.0.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c2967c89e..c3ac74d0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ install_requires = dmgbuild ~= 1.4; sys_platform == "darwin" psutil ~= 5.9 rich ~= 12.4 - platformdirs ~= 2.5 + platformdirs >= 2.5,< 4.0 packaging ~= 21.3 [options.extras_require]