From 3af7fe5f2a6cf35116b8fb135186b9dbaf1f3238 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Tue, 25 Jun 2024 15:10:03 +0200 Subject: [PATCH] Relax the version bounds on platformdirs to `>= 3` --- HISTORY.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index cf6a65d2..25b3f62a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ Changelog --------- +Not yet released +^^^^^^^^^^^^^^^^ +**release date:** TBA + +* Relax the ``platformdirs`` dependency requirement to ``>= 3`` + 2.2.0 ^^^^^ **release date:** 2024-06-24 diff --git a/pyproject.toml b/pyproject.toml index 80f3c82b..e58d4303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "dogpile.cache>=1.0", "enzyme>=0.5.0", "guessit>=3.0.0", - "platformdirs>=4.2", + "platformdirs>=3", "pysubs2>=1.7", "rarfile>=2.7", "requests>=2.0",