diff --git a/setup.py b/setup.py index ea658f1f..abb2f8fd 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def read(path: str) -> str: "pytest-asyncio==1.4.0", "pytest-xdist==3.8.0", # enables parallel testing "pytest-rerunfailures==16.4", # retry flaky k8s/e2e tests - "filelock==3.29.7", # used for locks when running in parallel mode + "filelock==3.32.0", # used for locks when running in parallel mode ], "develop": [ "black==22.3.0",