From dba5f1f08dc9846bb37fee645e35023aeb7bd039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:55:49 +0100 Subject: [PATCH] Update platformdirs requirement from <4.2.0,>=3.2.0 to >=3.2.0,<4.3.0 (#1054) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/3.2.0...4.2.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bartłomiej Hirsz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31d8150bb..1da994a5d 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "tomli>=2.0.0", "pytz>=2022.7", "python-dateutil>=2.8.2", - "platformdirs>=3.2.0,<4.2.0", + "platformdirs>=3.2.0,<4.3.0", ], extras_require={ "dev": [