From 58f0ffaa7f841af12a35a82e9d1c52df40d218ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:02:52 +0000 Subject: [PATCH] build(deps): bump filelock from 3.0.12 to 3.20.1 in /test/py 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] --- test/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/requirements.txt b/test/py/requirements.txt index f9eac7901fb..e080d0f051c 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,4 +1,4 @@ -filelock==3.0.12 +filelock==3.20.1 pycryptodomex==3.21.0 pytest==8.4.2 pytest-xdist==2.5.0