From 8490ef2949d11b857ab1ac35275904d9f3115859 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 4 Sep 2024 12:21:18 +0200 Subject: [PATCH] Update lower version bound on filelock, and add comment --- tljh/requirements-hub-env.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tljh/requirements-hub-env.txt b/tljh/requirements-hub-env.txt index 556ad19..25bf123 100644 --- a/tljh/requirements-hub-env.txt +++ b/tljh/requirements-hub-env.txt @@ -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