Skip to content

Commit

Permalink
Update platformdirs to >= 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 20, 2024
1 parent 477f713 commit be54e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/4560.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bumped declared ``platformdirs`` dependency to ``>= 4.2.2`` to help platforms lacking `ctypes` support install setuptools seamlessly -- by :user:`Avasam`
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -118,7 +118,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"]
Expand Down

0 comments on commit be54e2b

Please sign in to comment.