From e1073ca36fcafbc82eb2c6aad8866074939f8da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:22:58 +0000 Subject: [PATCH] chore(deps-dev): update filelock requirement from >=3.32.3 to >=3.32.4 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.3...3.32.4) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.4 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 239922c..e7784e6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,5 @@ mypy>=2.3.0 pre-commit>=4.6.2 # Security floors for transitive development dependencies -filelock>=3.32.3 +filelock>=3.32.4 pygments>=2.21.0