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 12, 2024
1 parent 7aa30d0 commit 6c91594
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -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"]
Expand Down

0 comments on commit 6c91594

Please sign in to comment.