From e2592ebb9bcc02e885d4cb93495423b3809e675b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:22:41 +0000 Subject: [PATCH] chore(deps-dev): update filelock requirement from >=3.32.0 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.32.0...3.32.2) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.2 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 997ebde..1e8f6d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,5 @@ mypy>=2.3.0 pre-commit>=4.6.1 # Security floors for transitive development dependencies -filelock>=3.32.0 +filelock>=3.32.2 pygments>=2.20.0