From 1ee04c9de57c80672663e056e4775b71aa04ae68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 10:05:27 +0000 Subject: [PATCH] chore(deps): bump filelock from 3.32.7 to 4.0.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.7 to 4.0.0. - [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.7...4.0.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 6bba0cfb11c0..c0704a7a59d3 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -69,7 +69,7 @@ filelock==3.19.1 ; python_full_version < '3.10' # via # python-discovery # virtualenv -filelock==3.32.7 ; python_full_version >= '3.10' +filelock==4.0.0 ; python_full_version >= '3.10' # via # python-discovery # virtualenv