From ff9bcb75adc0b4dafc5bbec65ce244edc2090e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:00:15 +0000 Subject: [PATCH] Bump filelock from 3.20.1 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-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: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3854983..c63f10e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ [dependency-groups] dev = [ "coverage==7.13.0", - "filelock==3.20.1", + "filelock==3.20.3", "mypy==1.19.1", "pre-commit==4.5.1", "ruff==0.14.10", diff --git a/requirements.txt b/requirements.txt index 342b6ea..cad4c5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cfgv==3.4.0 coverage==7.13.0 distlib==0.3.9 # via virtualenv -filelock==3.20.1 +filelock==3.20.3 # via virtualenv identify==2.6.4 # via pre-commit