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 743f527 commit 324042aCopy full SHA for 324042a
test-requirements.in
@@ -13,3 +13,4 @@ pytest-cov>=2.10.0
13
setuptools>=75.1.0
14
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.9
15
pre_commit>=3.5.0
16
+platformdirs<4.5.0 # latest version is not available on 3.9 that we still support
test-requirements.txt
@@ -34,8 +34,10 @@ packaging==25.0
34
# via pytest
35
pathspec==0.12.1
36
# via -r mypy-requirements.txt
37
-platformdirs==4.5.0
38
- # via virtualenv
+platformdirs==4.4.0
+ # via
39
+ # -r test-requirements.in
40
+ # virtualenv
41
pluggy==1.6.0
42
# via
43
# pytest
0 commit comments