From 6367f32107d25d7f444447fbeec487a16557cb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:54:46 +0000 Subject: [PATCH] Bump filelock in /content/response_integrations/power_ups/file_utilities Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 to 3.20.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../power_ups/file_utilities/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/response_integrations/power_ups/file_utilities/pyproject.toml b/content/response_integrations/power_ups/file_utilities/pyproject.toml index 920a6f727..f9151c1d5 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.1", "python-magic>=0.4.27; sys_platform != 'win32'", "python-magic-bin>=0.4.14; sys_platform == 'win32'", "requests>=2.32.3",