From 4d881e65b780ad4e82b5eb3926ec271d3b4480a1 Mon Sep 17 00:00:00 2001 From: Avasam Date: Mon, 12 Aug 2024 13:50:04 -0400 Subject: [PATCH] Update platformdirs to >= 4.2.2 --- newsfragments/4560.misc.rst | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 newsfragments/4560.misc.rst diff --git a/newsfragments/4560.misc.rst b/newsfragments/4560.misc.rst new file mode 100644 index 0000000000..0878f09abd --- /dev/null +++ b/newsfragments/4560.misc.rst @@ -0,0 +1 @@ +Bumped declared ``platformdirs`` dependency to ``>= 4.2.2`` to help platforms lacking `ctypes` support install setuptools seamlessly -- by :user:`Avasam` diff --git a/pyproject.toml b/pyproject.toml index 1ce17e63ab..2cd6be0b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ # local "virtualenv>=13.0.0", - "wheel>=0.44.0", # Consistent requirement normalisation in METADATA (see #4547) + "wheel>=0.44.0", # Consistent requirement normalisation in METADATA (see #4547) "pip>=19.1", # For proper file:// URLs support. "packaging>=23.2", "jaraco.envs>=2.2", @@ -119,7 +119,7 @@ core = [ "wheel>=0.43.0", # pkg_resources - "platformdirs >= 2.6.2", + "platformdirs >= 4.2.2", # Made ctypes optional (see #4461) ] [project.entry-points."distutils.commands"]