From 6e510794a6958fc539e312f61d4e390bad8508f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:57:26 +0000 Subject: [PATCH] Bump filelock in /Community-Supported/clouddb-extractor Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.0.12 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/v3.0.12...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Community-Supported/clouddb-extractor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community-Supported/clouddb-extractor/requirements.txt b/Community-Supported/clouddb-extractor/requirements.txt index 1a86ac3..3b39a01 100644 --- a/Community-Supported/clouddb-extractor/requirements.txt +++ b/Community-Supported/clouddb-extractor/requirements.txt @@ -1,4 +1,4 @@ -filelock==3.0.12 +filelock==3.20.1 PyYAML==5.4.1 toml==0.10.2 types-filelock==0.1.3