Skip to content

Commit 98a4d3b

Browse files
authored
Lock filelock for dev-py39 env (#138)
- filelock 3.20.0 and newer dropped support for py39
1 parent 9ef1d54 commit 98a4d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ pytest-cov == 7.0.0
66
pytest == 8.4.2
77
requests-mock == 1.12.1
88
typing-extensions == 4.13.0
9+
filelock == 3.19.1; python_version == '3.9'
910
alabaster == 1.0.0; python_version >= '3.10'
1011
sphinx == 8.2.3; python_version >= '3.10'

0 commit comments

Comments
 (0)