diff --git a/content/response_integrations/power_ups/file_utilities/pyproject.toml b/content/response_integrations/power_ups/file_utilities/pyproject.toml index 920a6f727..7975eb3fb 100644 --- a/content/response_integrations/power_ups/file_utilities/pyproject.toml +++ b/content/response_integrations/power_ups/file_utilities/pyproject.toml @@ -5,7 +5,7 @@ description = "A set of file utility actions created for Google SecOps Community requires-python = ">=3.11,<3.12" dependencies = [ "file-magic==0.4.1", - "filelock==3.16.1", + "filelock==3.20.3", "python-magic>=0.4.27; sys_platform != 'win32'", "python-magic-bin>=0.4.14; sys_platform == 'win32'", "requests>=2.32.3",