From 7f952dadf0f2c41def81fac6adfa8d037fe85619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:02:26 +0000 Subject: [PATCH] chore(deps): bump filelock Bumps the pip group with 1 update in the /infra/ansible-docker directory: [filelock](https://github.com/tox-dev/py-filelock). Updates `filelock` from 3.20.1 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.20.1...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- infra/ansible-docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ansible-docker/requirements.txt b/infra/ansible-docker/requirements.txt index 8e39fb9..e1031fd 100644 --- a/infra/ansible-docker/requirements.txt +++ b/infra/ansible-docker/requirements.txt @@ -57,7 +57,7 @@ decorator==5.2.1 # openstacksdk dogpile-cache==1.4.0 # via openstacksdk -filelock==3.20.1 +filelock==3.20.3 # via ansible-lint idna==3.10 # via requests