From 20c5da1a929a29993d8add916acbef6564f8d823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:36:29 +0000 Subject: [PATCH] Bump filelock from 3.17.0 to 3.20.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.17.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.17.0...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:development ... 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 60911db..d7f8f20 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,7 +46,7 @@ exceptiongroup==1.2.2 ; python_version == "3.10" executing==2.2.0 ; python_version >= "3.10" and python_version < "3.13" fastapi==0.115.8 ; python_version >= "3.10" and python_version < "3.13" fastavro==1.10.0 ; python_version >= "3.10" and python_version < "3.13" -filelock==3.17.0 ; python_version >= "3.10" and python_version < "3.13" +filelock==3.20.1 ; python_version >= "3.10" and python_version < "3.13" flatbuffers==25.2.10 ; python_version >= "3.10" and python_version < "3.13" frozenlist==1.5.0 ; python_version >= "3.10" and python_version < "3.13" fsspec==2025.2.0 ; python_version >= "3.10" and python_version < "3.13"