Update lower version bound on filelock, and add comment

This commit is contained in:
Erik Sundell
2024-09-04 12:21:18 +02:00
committed by GitHub
parent 96ac0d3538
commit 8490ef2949

View File

@@ -27,4 +27,5 @@ jupyterhub-idle-culler>=1.2.1,<2
#
pycurl>=7.45.2,<8
filelock>=3.13.3,<4
# filelock is used to help us do atomic operations on config file(s)
filelock>=3.15.4,<4