From 2d8db58d10afeb1c9d0fee4ba53b15cbccc39b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:46:20 +0000 Subject: [PATCH] build(deps): bump filelock in /bindings/python/requirements Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.20.3. - [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.18.0...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bindings/python/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/requirements/dev.txt b/bindings/python/requirements/dev.txt index 4ab2c912..1ad28a89 100644 --- a/bindings/python/requirements/dev.txt +++ b/bindings/python/requirements/dev.txt @@ -8,7 +8,7 @@ colorama==0.4.6 # via tox distlib==0.3.9 # via virtualenv -filelock==3.18.0 +filelock==3.20.3 # via # tox # virtualenv