From b82e6c7234fbbc2e570e6d3b91e9addb7bb5fe1c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:18:15 +0100 Subject: [PATCH] Bump platformdirs dependency to <4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/changelog/2499.feature.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/2499.feature.rst diff --git a/docs/changelog/2499.feature.rst b/docs/changelog/2499.feature.rst new file mode 100644 index 000000000..ce4f4e396 --- /dev/null +++ b/docs/changelog/2499.feature.rst @@ -0,0 +1 @@ +Allow platformdirs version ``3`` - by :user:`cdce8p`. diff --git a/pyproject.toml b/pyproject.toml index 2c8d26287..5169e4d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "distlib<1,>=0.3.6", "filelock<4,>=3.4.1", 'importlib-metadata>=4.8.3; python_version < "3.8"', - "platformdirs<3,>=2.4", + "platformdirs<4,>=2.4", ] optional-dependencies.docs = [ "furo>=2022.12.7",