From 2a9332fef97617a45abe91d7c65746566502dee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:22:50 +0000 Subject: [PATCH] chore(deps-dev): update filelock requirement from >=3.32.2 to >=3.32.3 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.2...3.32.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.3 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 1e8f6d7..546eb52 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.2 +filelock>=3.32.3 pygments>=2.20.0