From 77622777090175e95ed5c006f5bfac5c705367d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:05:38 +0000 Subject: [PATCH] Bump filelock from 3.20.2 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.2 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.2...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 19467a7..60a249e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ click-option-group==0.5.9 # via clusterscope (pyproject.toml) distlib==0.4.0 # via virtualenv -filelock==3.20.2 +filelock==3.20.3 # via virtualenv flake8==7.3.0 # via clusterscope (pyproject.toml)