Skip to content

Commit 743f527

Browse files
committed
Add max version to filelock
1 parent 0be8ff5 commit 743f527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-r mypy-requirements.txt
55
-r build-requirements.txt
66
attrs>=18.0
7-
filelock>=3.3.0
7+
filelock>=3.3.0,<3.20.0 # latest version is not available on 3.9 that we still support
88
lxml>=5.3.0; python_version<'3.15'
99
psutil>=4.0
1010
pytest>=8.1.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ distlib==0.4.0
1414
# via virtualenv
1515
execnet==2.1.1
1616
# via pytest-xdist
17-
filelock==3.20.0
17+
filelock==3.19.1
1818
# via
1919
# -r test-requirements.in
2020
# virtualenv

0 commit comments

Comments
 (0)