Skip to content

Commit 324042a

Browse files
committed
Limit platformdirs as well
1 parent 743f527 commit 324042a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ pytest-cov>=2.10.0
1313
setuptools>=75.1.0
1414
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.9
1515
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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ packaging==25.0
3434
# via pytest
3535
pathspec==0.12.1
3636
# via -r mypy-requirements.txt
37-
platformdirs==4.5.0
38-
# via virtualenv
37+
platformdirs==4.4.0
38+
# via
39+
# -r test-requirements.in
40+
# virtualenv
3941
pluggy==1.6.0
4042
# via
4143
# pytest

0 commit comments

Comments
 (0)