14 lines
357 B
Diff
14 lines
357 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index f1439527a53..c14c5d52edd 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -47,7 +47,7 @@ keyring = "^24.0.0"
|
|
packaging = ">=20.5"
|
|
pexpect = "^4.7.0"
|
|
pkginfo = "^1.9.4"
|
|
-platformdirs = "^3.0.0"
|
|
+platformdirs = ">=3.0.0,<5"
|
|
pyproject-hooks = "^1.0.0"
|
|
requests = "^2.26"
|
|
requests-toolbelt = "^1.0.0"
|