Skip to content

Commit e08778b

Browse files
gaborbernatcdce8p
andauthored
Bump platformdirs dependency to <4 (#2502)
Co-authored-by: Marc Mueller <[email protected]> Resolves #2499
1 parent da9f201 commit e08778b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/2499.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow platformdirs version ``3`` - by :user:`cdce8p`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"distlib<1,>=0.3.6",
4040
"filelock<4,>=3.4.1",
4141
'importlib-metadata>=4.8.3; python_version < "3.8"',
42-
"platformdirs<3,>=2.4",
42+
"platformdirs<4,>=2.4",
4343
]
4444
optional-dependencies.docs = [
4545
"furo>=2022.12.7",

0 commit comments

Comments
 (0)