This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new 7da04486e18 chore(deps-dev): bump filelock (#62952)
7da04486e18 is described below
commit 7da04486e189cadc43420a7246aaf06c80c4ac40
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 15:59:11 2026 +0100
chore(deps-dev): bump filelock (#62952)
Bumps the pip-dependency-updates group with 1 update in the / directory:
[filelock](https://github.com/tox-dev/py-filelock).
Updates `filelock` from 3.24.3 to 3.25.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.24.3...3.25.0)
---
updated-dependencies:
- dependency-name: filelock
dependency-version: 3.25.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependency-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 169fc7347ff..b8c7d44332c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@
# pre-commit run --hook-stage manual update-build-dependencies --all-files
requires = [
"distlib==0.4.0",
- "filelock==3.24.3",
+ "filelock==3.25.0",
"hatchling==1.29.0",
"packaging==26.0",
"pathspec==1.0.4",