We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9f201 commit e08778bCopy full SHA for e08778b
docs/changelog/2499.feature.rst
@@ -0,0 +1 @@
1
+Allow platformdirs version ``3`` - by :user:`cdce8p`.
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
"distlib<1,>=0.3.6",
40
"filelock<4,>=3.4.1",
41
'importlib-metadata>=4.8.3; python_version < "3.8"',
42
- "platformdirs<3,>=2.4",
+ "platformdirs<4,>=2.4",
43
]
44
optional-dependencies.docs = [
45
"furo>=2022.12.7",
0 commit comments