소스 검색

allow platformdirs 4, fixes #7950

Thomas Waldmann 2 년 전
부모
커밋
0e7b87c1ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -32,8 +32,8 @@ license = {text="BSD"}
 dependencies = [
   "msgpack >=1.0.3, <=1.0.7",
   "packaging",
-  "platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin'",  # for macOS: breaking changes in 3.0.0,
-  "platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin'",  # for others: 2.6+ works consistently.
+  "platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'",  # for macOS: breaking changes in 3.0.0,
+  "platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin'",  # for others: 2.6+ works consistently.
   "argon2-cffi",
 ]