From 3e8c788e5e4615909f950d766b903b688bc3beaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:20:14 +0000 Subject: [PATCH] Update filelock requirement from >=3.13 to >=3.32.2 Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [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.13.0...3.32.2) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.2 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 733fbcc..24da605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "requests>=2.31", # Binance REST client "joblib>=1.3", # Caching / parallelism helpers "pandas-market-calendars>=5.4,<6", # Maintained XNYS calendar - "filelock>=3.13", # Cross-process cache-write coordination + "filelock>=3.32.2", # Cross-process cache-write coordination ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 3f34650..a7feb33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ typer>=0.12 requests>=2.31 joblib>=1.3 pandas-market-calendars>=5.4,<6 -filelock>=3.13 +filelock>=3.32.2 # Data source (optional but needed for `quantlab download` from Yahoo) yfinance>=0.2.40