From 61bb82d350cbf407f2a10c8484b07c42ba4a5be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:50:06 +0000 Subject: [PATCH] Bump filelock from 3.18.0 to 3.20.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [filelock](https://github.com/tox-dev/py-filelock). Updates `filelock` from 3.18.0 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/3.18.0...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 95abc45..30fc29d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ distlib==0.3.9 # via virtualenv executing==2.2.0 # via stack-data -filelock==3.18.0 +filelock==3.20.1 # via virtualenv identify==2.6.12 # via pre-commit